| Name | Description | |
|---|---|---|
![]() | FirstSelected | Gets the first selected item. Returns null if no items are selected. |
![]() | LastSelected | Gets the last selected item. Returns null if no items are selected. |
![]() | Mode | Gets or sets the selection mode. By default set to ENSelectionMode.Multiple. |
![]() | SelectedCount | Gets the number of selected items. |
![]() | SelectedItems | Gets a list that contains the selected items. |
![]() | ToggleSelectionWithShift | Gets/Sets whether to toggle selection while the Shift key is pressed. By default set to false. |
