Click or drag to resize

SingleSelectableListNodeList Properties

The SingleSelectableListNodeList type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements actually contained in the CollectionT.
(Inherited from CollectionSelectableListNodeWithParent)
Public propertyItemGets or sets the element at the specified index.
(Inherited from CollectionSelectableListNodeWithParent)
Protected propertyItemsGets a IListT wrapper around the CollectionT.
(Inherited from CollectionSelectableListNodeWithParent)
Public propertySelectedItem 
Public propertySelectedValue 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.
Top
See Also