C# Class Ext.Net.CellSelectionModel

Inheritance: AbstractSelectionModel, IXPostBackDataHandler
Mostra file Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
CellSelectionModel System.Collections.Generic
Clear void
ClearSelections void
ClearSelections void
Select void
UpdateSelection void

Public Methods

Method Description
CellSelectionModel ( Config config ) : System

Private Methods

Method Description
CellSelectionModel ( ) : System.Collections.Generic
Clear ( ) : void
ClearSelections ( ) : void
ClearSelections ( bool notify ) : void
Select ( int rowIndex, int collIndex ) : void
UpdateSelection ( ) : void

Method Details

CellSelectionModel() public method

public CellSelectionModel ( Config config ) : System
config Config
return System