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

BreadcrumbControl.SelectedItemPath Property

Gets or sets a selected path. This is a dependency property.

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public string SelectedItemPath { get; set; }

Property Value

Type Description
String

A selected path.

Remarks

The Breadcrumb control builds the selected item path using the display texts of all the selected nodes and concatenated with the SelectedItemPathSeparator.

Breadcrumb Selected Items Path

See Also