Skip to main content

BreadCrumbNode.Index Property

Gets this BreadCrumbNode‘s position within its parent node collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public int Index { get; }

Property Value

Type Description
Int32

An Int32 value that is this BreadCrumbNode‘s position within its parent node collection.

See Also