C# Class SourceGrid.Cells.Controllers.RowSelector

Summary description for FullColumnSelection.
Inheritance: ControllerBase
Mostra file Open project: zhuangyy/Motion

Public Properties

Property Type Description
Default RowSelector

Public Methods

Method Description
OnClick ( CellContext sender, EventArgs e ) : void
RowSelector ( ) : System

Method Details

OnClick() public method

public OnClick ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
return void

RowSelector() public method

public RowSelector ( ) : System
return System

Property Details

Default public_oe static_oe property

Default controller to select all the column
public static RowSelector,SourceGrid.Cells.Controllers Default
return RowSelector