Back to Devexpress

BreadCrumbNodeCollection.LastNode Property

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

latest1.7 KB
Original Source

BreadCrumbNodeCollection.LastNode Property

Gets the last node within this BreadCrumbNodeCollection.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
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

FirstNode

BreadCrumbNodeCollection Class

BreadCrumbNodeCollection Members

DevExpress.XtraEditors Namespace