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