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

SelectedRow() public method

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

Same methods

SelectedRow::SelectedRow ( ) : System.Collections.Generic
SelectedRow::SelectedRow ( int rowIndex ) : System.Collections.Generic
SelectedRow::SelectedRow ( string recordID ) : System.Collections.Generic
SelectedRow