Property Index
Index
Gets the position of the tree item in the tree item collection.
[Browsable(false)]
public int? Index { get; }
Property Value
- int?
A zero-based index value that represents the position of the tree item in a Collection<T>, or
null
if the item is not contained in any collection. An item can be contained in either Items or Items collection.