Back to Devexpress

BreadCrumbEdit.IsNodeExpanded Property

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbedit-920290b0.md

latest1.6 KB
Original Source

BreadCrumbEdit.IsNodeExpanded Property

Gets whether this BreadCrumbEdit currently has an expanded node.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool IsNodeExpanded { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsNodeExpanded As Boolean

Property Value

TypeDescription
Boolean

true if this BreadCrumbEdit currently has an expanded node; otherwise, false.

|

Remarks

The IsNodeExpanded property allows you to get whether or not any node within this BreadCrumbEdit is currently expanded.

See Also

Breadcrumb Edit Control

BreadCrumbEdit Class

BreadCrumbEdit Members

DevExpress.XtraEditors Namespace