BreadcrumbControl.AllowSwitchRootNodes Property
In This Article
Gets or sets whether the BreadcrumbControl allows end users switch root nodes.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Property Value
Type | Description |
---|---|
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