C# Class SourceGrid.Cells.Controllers.FullColumnSelection

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

Public Properties

Property Type Description
Default FullColumnSelection

Public Methods

Method Description
FullColumnSelection ( ) : System
OnSelectionAdding ( CellContext sender, RangeRegionChangingEventArgs e ) : void
OnSelectionRemoving ( CellContext sender, RangeRegionChangingEventArgs e ) : void

Method Details

FullColumnSelection() public method

public FullColumnSelection ( ) : System
return System

OnSelectionAdding() public method

public OnSelectionAdding ( CellContext sender, RangeRegionChangingEventArgs e ) : void
sender CellContext
e RangeRegionChangingEventArgs
return void

OnSelectionRemoving() public method

public OnSelectionRemoving ( CellContext sender, RangeRegionChangingEventArgs e ) : void
sender CellContext
e RangeRegionChangingEventArgs
return void

Property Details

Default public static property

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