SelectionType Enumeration
Specifies the selection type.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public enum SelectionType
Public Enumeration SelectionType
| ByMouse | 0 |
The selected row index was changed by mouse click.
|
| ByKeyboard | 1 |
The selected row index was changed by arrow keys.
|
| ByDeveloper | 2 |
The selected row index was changed by SlectedIndex property.
|
| ByDataBindingPositionChanged | 3 |
The selected row index was changed by data binding events.
|
| Unknown | 4 |
The selected row index was changed by other events.
|