Back to Devexpress

BreadCrumbNode.NextNode Property

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbnode-92cb7f2e.md

latest1.7 KB
Original Source

BreadCrumbNode.NextNode Property

Gets the BreadCrumbNode that follows this BreadCrumbNode in its parent node collection.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public BreadCrumbNode NextNode { get; }
vb
<Browsable(False)>
Public ReadOnly Property NextNode As BreadCrumbNode

Property Value

TypeDescription
BreadCrumbNode

A BreadCrumbNode that follows this BreadCrumbNode in its parent node collection.

|

Remarks

To get the previous node, use the BreadCrumbNode.PrevNode property instead.

See Also

PrevNode

Breadcrumb Edit Control

BreadCrumbNode Class

BreadCrumbNode Members

DevExpress.XtraEditors Namespace