A newer version of this page is available.
Switch to the current version.
BreadCrumbNodeCollection.LastNode Property
Gets the last node within this BreadCrumbNodeCollection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
public BreadCrumbNode LastNode { get; }
Public ReadOnly Property LastNode As BreadCrumbNode
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
Feedback