C# Class SourceGrid.Cells.Controllers.ColumnSelector

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

Public Properties

Property Type Description
Default ColumnSelector

Public Methods

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

Method Details

ColumnSelector() public method

public ColumnSelector ( ) : System
return System

OnClick() public method

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

Property Details

Default public_oe static_oe property

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