Single |
The SingleSelectableListNodeListTValue type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionSelectableListNodeWithParent) | |
Item | Gets or sets the element at the specified index. (Inherited from CollectionSelectableListNodeWithParent) | |
Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionSelectableListNodeWithParent) | |
SelectedItem | (Inherited from SingleSelectableListNodeList) | |
SelectedValue | Gets or sets the selected value. It is not recommended to bind the SelectedValue property of the Gui element to this; better bind the SelectedItem property of the Gui element to SelectedItem. |