Click or drag to resize

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)
Syntax
ITreeListNode this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index of the selected node to retrieve

Return Value

Type: ITreeListNode
Node at this index
See Also