 | ITreeListMultiSelectionItem Property |
Gets a DevExpress.XtraTreeList.Nodes.TreeListNode object from the collection
of selected nodes referenced by the specified index.
Namespace:
EBP.Api.Interfaces.Controls.TreeList
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
SyntaxITreeListNode this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As ITreeListNode
Get
Parameters
- index
- Type: SystemInt32
The index of the selected node to retrieve
Return Value
Type:
ITreeListNodeNode at this index
See Also