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

Column() public method

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

Same methods

Column::Column ( ) : System.Collections.Generic
Column