Skip to main content

BreadCrumbNodeCollection.LastNode Property

Gets the last node within this BreadCrumbNodeCollection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BreadCrumbNode LastNode { get; }

Property Value

Type Description
BreadCrumbNode

A BreadCrumbNode that is the last node within this BreadCrumbNodeCollection.

Remarks

To get the BreadCrumbNodeCollection‘s first node, use the BreadCrumbNodeCollection.FirstNode property instead.

See Also