Skip to main content
A newer version of this page is available. .

TreeViewNodeState.Index Property

Gets a value that specifies the node’s index within the collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public int Index { get; protected set; }

Property Value

Type Description
Int32

An integer value representing the zero-based index of the item within the collection.

Remarks

The value of this property is the current position of the node within the collection to which it belongs.

See Also