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

RepositoryItemBreadCrumbEdit.PathSeparator Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue("\\")]
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

By default, the backslash character (\) is used to separate node values. You can set your own character via the PathSeparator property. This character separates node values in BreadCrumbEdit.Path, BreadCrumbHistoryItem.Path, BreadCrumbNode.Path and RepositoryItemBreadCrumbEdit.Path properties. To get the default character, use the RepositoryItemBreadCrumbEdit.DefaultPathSeparator property. Refer to the Breadcrumb Edit Control topic to learn more.

See Also