Ext.Net.Column.Column C# (CSharp) 메소드

Column() 공개 메소드

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

Same methods

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