BreadCrumbNodeCollection.LastNode Property
Gets the last node within this BreadCrumbNodeCollection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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