Click or drag to resize
GridControlCurrentCell Property
Gets or sets the current cell for this grid.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[DefaultValueAttribute("Grid.Cell")]
public Cell CurrentCell { get; set; }

Property Value

Type: Cell
The current cell for this grid.
See Also