Back to Devexpress

RepositoryItemBreadCrumbEdit.Path Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembreadcrumbedit-3de8b2e4.md

latest2.9 KB
Original Source

RepositoryItemBreadCrumbEdit.Path Property

OBSOLETE

Use BreadCrumbEdit.Path property instead

Gets or sets the nodes sequence currently visible within this BreadCrumbEdit.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use BreadCrumbEdit.Path property instead")]
public virtual string Path { get; set; }
vb
<Obsolete("Use BreadCrumbEdit.Path property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property Path As String

Property Value

TypeDescription
String

A String value that is the nodes sequence currently visible within this BreadCrumbEdit.

|

Remarks

The Path property specifies the currently selected node values (the BreadCrumbNode.Value property) divided by separator characters (the RepositoryItemBreadCrumbEdit.PathSeparator property). Use this property to get or set the currently selected node sequence. If the Path property refers to an unknown node, the RepositoryItemBreadCrumbEdit.ValidatePath event fires. See the Breadcrumb Edit Control topic for details.

To set the last currently selected node use the BreadCrumbEdit.SelectedNode property instead.

See Also

Path

SelectedNode

Breadcrumb Edit Control

RepositoryItemBreadCrumbEdit Class

RepositoryItemBreadCrumbEdit Members

DevExpress.XtraEditors.Repository Namespace