Back to Devexpress

RepositoryItemBreadCrumbEdit.PathSeparator Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembreadcrumbedit-bbf569dd.md

latest2.6 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("\\")]
[DXCategory("Behavior")]
public virtual string PathSeparator { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue("\")>
Public Overridable Property PathSeparator As String

Property Value

TypeDefaultDescription
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

BreadCrumbEdit.Path

BreadCrumbHistoryItem.Path

BreadCrumbNode.Path

Breadcrumb Edit Control

RepositoryItemBreadCrumbEdit Class

RepositoryItemBreadCrumbEdit Members

DevExpress.XtraEditors.Repository Namespace