Click or drag to resize

ITreeListMultiSelectionIndexOf Method (ITreeListNode)

Determines the index of a specific DevExpress.XtraTreeList.Nodes.TreeListNode object in the collection of selected nodes

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
int IndexOf(
	ITreeListNode node
)

Parameters

node
Type: EBP.Api.Interfaces.Controls.TreeListITreeListNode
A DevExpress.XtraTreeList.Nodes.TreeListNode object for which to return the position within the collection of selected nodes

Return Value

Type: Int32
The zero-based index of a specific DevExpress.XtraTreeList.Nodes.TreeListNode object in the collection of selected nodes
See Also