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

RowSelectionModel() public method

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