Back to Devexpress

BreadCrumbNodeCollection.FirstNode Property

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbnodecollection.md

latest1.6 KB
Original Source

BreadCrumbNodeCollection.FirstNode Property

Gets the first node contained within this BreadCrumbNodeCollection.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public BreadCrumbNode FirstNode { get; }
vb
Public ReadOnly Property FirstNode As BreadCrumbNode

Property Value

TypeDescription
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

BreadCrumbNodeCollection Class

BreadCrumbNodeCollection Members

DevExpress.XtraEditors Namespace