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

RowLayout() public method

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