Intersoft.Client.Framework Namespace : ISelection Interface |
The following tables list the members exposed by ISelection.
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. | |
SelectedElement | Gets or sets the current selected element. | |
SelectedIndex | Gets or sets the current selected index. | |
SelectedItem | Gets or sets the current selected item. | |
SelectedValue | Gets the current selected value. Only applicable if selected value path is specified. | |
SelectedValuePath | Gets or sets the selected value path. |
Name | Description | |
---|---|---|
Select | Overloaded. Select the item on specified index. | |
Unselect | Overloaded. Unselect the item at specified index. |
Name | Description | |
---|---|---|
SelectionChanged | Occurs when the selection of a ISelection changes. |