Click or drag to resize
GridControlIsCurrentCell Method
Determines if a current cell is selected.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool IsCurrentCell()

Return Value

Type: Boolean
true if a current cell is selected or false otherwise.
See Also