The following tables list the members exposed by IMultipleSelection.
Public Properties
| Name | Description |
| ItemContainerStyle |
Gets or sets the Style that is applied to the container element generated for each item.
|
| ItemContainerStyleSelector |
Gets or sets the Style Selector that is applied to the container element generated for each item.
|
| SelectedItems |
Gets or sets the selected items
|
Top
Public Methods
| Name | Description |
| IsMultipleSelection |
Gets a value that indicates whether the current action is multiple selection.
|
| Select | Overloaded.
Select the item on specified index.
|
| Unselect | Overloaded.
Unselects item at specified index.
|
Top
See Also