Skip to main content

BreadCrumbNode.IsTopNode Property

Gets whether this node is a top-level node.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool IsTopNode { get; }

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