 | 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)
Syntaxint IndexOf(
ITreeListNode node
)
Function IndexOf (
node As ITreeListNode
) As Integer
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:
Int32The zero-based index of a specific DevExpress.XtraTreeList.Nodes.TreeListNode
object in the collection of selected nodes
See Also