BreadCrumbNode.NextNode Property
In This Article
Gets the BreadCrumbNode that follows this BreadCrumbNode in its parent node collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public BreadCrumbNode NextNode { get; }
#Property Value
Type | Description |
---|---|
Bread |
A Bread |
#Remarks
To get the previous node, use the BreadCrumbNode.PrevNode property instead.
See Also