Back to Devexpress

BreadcrumbControl.AllowSwitchRootNodes Property

wpf-devexpress-dot-xpf-dot-controls-dot-breadcrumbcontrol-6726ca5d.md

latest1.3 KB
Original Source

BreadcrumbControl.AllowSwitchRootNodes Property

Gets or sets whether the BreadcrumbControl allows end users switch root nodes.

Namespace : DevExpress.Xpf.Controls

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool AllowSwitchRootNodes { get; set; }
vb
Public Property AllowSwitchRootNodes As Boolean

Property Value

TypeDescription
Boolean

true , if the control allows end users switch root nodes; otherwise, false.

|

Remarks

When the AllowSwitchRootNodes property is set to true , end users can select other root nodes.

See Also

BreadcrumbControl Class

BreadcrumbControl Members

DevExpress.Xpf.Controls Namespace