Ext.Net.ColumnTree.ColumnTree C# (CSharp) Method

ColumnTree() public method

public ColumnTree ( Config config ) : System
config Config
return System
        public ColumnTree(Config config)
        {
            this.Apply(config);
        }

Same methods

ColumnTree::ColumnTree ( ) : System.Collections.Generic
ColumnTree