Skip to main content
A newer version of this page is available. .

BreadCrumbNode.IsTopNode Property

Gets whether this node is a top-level node.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

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