C1SelectionManager<T> Class Members
In This Topic
The following tables list the members exposed by C1SelectionManager<T>.
Public Constructors
Public Properties
| Name | Description |
| AllowMultiRangeSelection | Gets or sets a value indicating if the selection of multiple ranges at the same time is allowed. |
| SelectedItem | Gets the current selected item (if not in single selection mode returns the last of the SelectedItems. |
| SelectedItems | Gets the list of current selected items. |
| SelectionMode | Gets or sets the selection mode used by the C1SelectionManager. |
Top
Public Methods
| Name | Description |
| ClearSelection | Clears the current selection. |
| HandleSelectionChange | Overloaded. Handles the item selection, checks the item current status and updates the selected items. |
Top
Public Events
See Also