Name | Description | |
---|---|---|
SelectionItemList Constructor | Create an instance of the SelectionItemList that exposes a collection of SelectionItem entries. |
The following tables list the members exposed by SelectionItemList.
Name | Description | |
---|---|---|
SelectionItemList Constructor | Create an instance of the SelectionItemList that exposes a collection of SelectionItem entries. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.Generic.List<SelectionItem>) | |
Count | (Inherited from System.Collections.Generic.List<SelectionItem>) | |
Item | (Inherited from System.Collections.Generic.List<SelectionItem>) | |
ValueIndex | Expose the index of the currently selected item. This property is read-write | |
ValueItem | Expose the actual SelectionItem object that is currenty selected. |
Name | Description | |
---|---|---|
PropertyChanged | To prescribe to the System.ComponentModel.INotifyPropertyChanged interface this event will be raised when the the ValueIndex propery is changed. |