Class GridPaintSelectCells
Implements the functionality to redraw the selected range of grid cells.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridPaintSelectCells : GridSubComponent, IDisposable, IGridPaintSelectCells
Constructors
GridPaintSelectCells(GridControlBase)
Initializes a new instance of the GridPaintSelectCells class and associates it with a grid.
Declaration
public GridPaintSelectCells(GridControlBase grid)
Parameters
Type | Name | Description |
---|---|---|
GridControlBase | grid | The grid control. |
Methods
PrepareChangeSelection(GridRangeInfo, GridRangeInfo)
Used internally.Changes the selection of the cells.
Declaration
public void PrepareChangeSelection(GridRangeInfo oldRange, GridRangeInfo newRange)
Parameters
Type | Name | Description |
---|---|---|
GridRangeInfo | oldRange | |
GridRangeInfo | newRange |
PrepareClearSelection()
Used internally.Clears the selection of the cells.
Declaration
public void PrepareClearSelection()
UpdateSelectRange(GridRangeInfo, GridRangeInfoList)
Used internally.Updates the selected range of the cells.
Declaration
public void UpdateSelectRange(GridRangeInfo range, GridRangeInfoList pOldRangeList)
Parameters
Type | Name | Description |
---|---|---|
GridRangeInfo | range | |
GridRangeInfoList | pOldRangeList |
Implements
System.IDisposable