C# Class SourceGrid.Cells.Controllers.FullRowSelection

Summary description for FullRowSelection.
Inheritance: ControllerBase
显示文件 Open project: zhuangyy/Motion

Public Properties

Property Type Description
Default FullRowSelection

Public Methods

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

Method Details

FullRowSelection() public method

public FullRowSelection ( ) : 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_oe static_oe property

Default controller to select all the row
public static FullRowSelection,SourceGrid.Cells.Controllers Default
return FullRowSelection