Skip to main content

RepositoryItemBreadCrumbEdit.PathSeparator Property

Gets or sets the character used to separate node values in a path string.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue("\\")]
[DXCategory("Behavior")]
public virtual string PathSeparator { get; set; }

Property Value

Type Default Description
String "\"

A String value that is the character used to separate node values in a path string.

Remarks

The backslash character \ separates node values. You can set your own character via the PathSeparator property. This character separates node values in BreadCrumbEdit.Path, BreadCrumbHistoryItem.Path, and BreadCrumbNode.Path properties.

To get the default character, use the RepositoryItemBreadCrumbEdit.DefaultPathSeparator property. Refer to the Breadcrumb Edit Control topic to learn more.

See Also