DataGridIsLastCellSelected Method

Checks whether the last 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 IsLastCellSelected()

Return Value

Boolean
True if it is selected; false otherwise.

See Also