Selectable |
The SelectableListNodeList type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionSelectableListNode) | |
FirstSelectedNode | Gets the first selected node, or null if no node is currently selected. | |
FirstSelectedNodeIndex | Get the index of the first selected node. Returns -1 if no node is selected. | |
Item | Gets or sets the element at the specified index. (Inherited from CollectionSelectableListNode) | |
Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionSelectableListNode) | |
UniqueSelectedItem | 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. |