RepositoryItemBreadCrumbEdit.Path Property
Obsolete. Gets or sets the nodes sequence currently visible within this BreadCrumbEdit.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
[Obsolete("Use BreadCrumbEdit.Path property instead")]
[Browsable(false)]
public virtual string Path { get; set; }
<Obsolete("Use BreadCrumbEdit.Path property instead")>
<Browsable(False)>
Public Overridable Property Path As String
Property Value
Type | Description |
---|---|
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 RepositoryItemBreadCrumbEdit.SelectedNode property instead.