Skip to main content

BreadCrumbNodeCollection.FirstNode Property

Gets the first node contained within this BreadCrumbNodeCollection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BreadCrumbNode FirstNode { get; }

Property Value

Type Description
BreadCrumbNode

A BreadCrumbNode that is the first node in this BreadCrumbNodeCollection.

Remarks

To get the last node within this BreadCrumbNodeCollection use the BreadCrumbNodeCollection.LastNode property instead.

See Also