BreadCrumbNodeCollection.FirstNode Property
Gets the first node contained 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 first node in this BreadCrumbNodeCollection. |
Remarks
To get the last node within this BreadCrumbNodeCollection use the BreadCrumbNodeCollection.LastNode property instead.
See Also