DataGridIsFirstCellSelected Method

Checks whether the first selectable cell is selected or not.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public virtual bool IsFirstCellSelected()

Return Value

Boolean
True if it is selected; false otherwise.

See Also