Click or drag to resize
GridControlIsActiveCurrentCell Method
Indicates if the current cell is active.

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

Return Value

Type: Boolean
true if the current cell is active, the associated control is visible and possibly owns the focus. Otherwise, false.
See Also