C# Class SourceGrid.Cells.Controllers.FullColumnSelection

Summary description for FullColumnSelection.
Inheritance: ControllerBase
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Свойство Type Description
Default FullColumnSelection

Méthodes publiques

Méthode Description
FullColumnSelection ( ) : System
OnSelectionAdding ( CellContext sender, RangeRegionChangingEventArgs e ) : void
OnSelectionRemoving ( CellContext sender, RangeRegionChangingEventArgs e ) : void

Method Details

FullColumnSelection() public méthode

public FullColumnSelection ( ) : System
Résultat System

OnSelectionAdding() public méthode

public OnSelectionAdding ( CellContext sender, RangeRegionChangingEventArgs e ) : void
sender CellContext
e RangeRegionChangingEventArgs
Résultat void

OnSelectionRemoving() public méthode

public OnSelectionRemoving ( CellContext sender, RangeRegionChangingEventArgs e ) : void
sender CellContext
e RangeRegionChangingEventArgs
Résultat void

Property Details

Default public_oe static_oe property

Default controller to select all the column
public static FullColumnSelection,SourceGrid.Cells.Controllers Default
Résultat FullColumnSelection