BreadcrumbQueryPathEventArgs.PathSeparator Property
Gets a separator used to separate path items.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
String | A path separator. |
Remarks
To set a custom separator, use the BreadcrumbControl.SelectedItemPathSeparator property.
See Also