ActionsOnCellClick Enumeration
Determines the possible action on cell click.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public enum ActionsOnCellClick
Public Enumeration ActionsOnCellClick
| SelectCell | 0 |
Selects the clicked cell.
|
| SelectWholeRow | 1 |
Selects the whole row.
|