BreadCrumbNode.IsTopNode Property
Gets whether this node is a top-level node.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if this node is a top-level node; otherwise, false. |
Remarks
The IsTopNode property returns true for nodes whose BreadCrumbNode.Depth property equals 0.
See Also