Enum GridSelectionMode
The type of selection allowed for rows of data against a grid
Namespace: LemonEdge.Client.Core.Commands.ViewCommands
Assembly: ClientCore.dll
Syntax
public enum GridSelectionMode : short
Fields
Name | Description |
---|---|
Multiple | Multiple rows can be selected at once. New rows do not deselect any old ones. You have to deselect rows manually. |
None | No rows can be selected in the grid |
Single | Only a single row at a time can be selected. New rows result in old selected ones being deselected automatically |