Ext.Net.TableLayout.TableLayout C# (CSharp) Méthode

TableLayout() public méthode

public TableLayout ( Config config ) : System
config Config
Résultat System
        public TableLayout(Config config)
        {
            this.Apply(config);
        }
TableLayout