Click or drag to resize
CellIsCurrent Property
Gets or sets whether the cell is selected or is the specified cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public int IsCurrent { get; set; }

Property Value

Type: Int32
true if the current cell is selected or is the specified cell; false if no current cell is selected or if it is not this cell.
See Also