BreadCrumbNodeCollection.LastNode Property
In This Article
Gets the last node within this BreadCrumbNodeCollection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public BreadCrumbNode LastNode { get; }
#Property Value
Type | Description |
---|---|
Bread |
A Bread |
#Remarks
To get the BreadCrumbNodeCollection‘s first node, use the BreadCrumbNodeCollection.FirstNode property instead.
See Also