SelectionMode Enumeration
Selection modes for Table and Tree row selection
Members
Name |
Value |
Description |
Single |
1 |
Only one item selected at a time. |
SingleAllowDeselect |
5 |
Only one item selected at a time; also allows deselecting. |
Multiple |
6 |
Toggles items; drag only applies to desktop. |
Extended |
12 |
Allows the use of Ctrl & Shift Keys in a desktop environment. |
None |
16 |
Do not allow (disable) selection |
Defined in
Last Updated:
20 June, 2023