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

TableLayout() public method

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