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.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
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.