Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemBreadCrumbEdit.PathSeparator Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.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