Click or drag to resize

SelectableListNodeList Properties

The SelectableListNodeList type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements actually contained in the CollectionT.
(Inherited from CollectionSelectableListNode)
Public propertyFirstSelectedNode Gets the first selected node, or null if no node is currently selected.
Public propertyFirstSelectedNodeIndexGet the index of the first selected node. Returns -1 if no node is selected.
Public propertyItemGets or sets the element at the specified index.
(Inherited from CollectionSelectableListNode)
Protected propertyItemsGets a IListT wrapper around the CollectionT.
(Inherited from CollectionSelectableListNode)
Public propertyUniqueSelectedItem Gets/sets exactly one item that is selected. Intended for operation with comboboxes etc., were the list has none or exactly one item that is selected. Note that use of this property is limited to short lists, because the selected item is searched by iteration through the list.
Top
See Also