Click or drag to resize
CellControlGrid Property
Gets the GridControl with which this custom control is associated.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public GridControl Grid { get; set; }

Property Value

Type: GridControl
The GridControl with which this custom control is associated.
Remarks
This property allows your custom control to manipulate the grid from within your custom control event handlers. For example, if your custom control is an edit control and the cursor is at the end of the control, you may choose to automatically move the current cell one column to the right when the user presses the right arrow key.
See Also