Exemplo n.º 1
0
        public static void Bind(ASPxTreeList tree, string path)
        {
            tree.ClearNodes();
            XmlElement root = Xml.SelectSingleNode(path) as XmlElement;

            BindCore(tree, tree.RootNode, root);
        }