BreadCrumbNode.IsTopNode Property
In This Article
Gets whether this node is a top-level node.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.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