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

BreadcrumbQueryPathEventArgs.PathSeparator Property

Gets a separator used to separate path items.

Namespace: DevExpress.Xpf.Controls

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public string PathSeparator { get; }

Property Value

Type Description
String

A path separator.

Remarks

To set a custom separator, use the BreadcrumbControl.SelectedItemPathSeparator property.

See Also