Back to Devexpress

RepositoryItemBreadCrumbEdit.AllowPathValidation Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembreadcrumbedit-636d4a7f.md

latest1.4 KB
Original Source

RepositoryItemBreadCrumbEdit.AllowPathValidation Property

For internal use.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool AllowPathValidation { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AllowPathValidation As Boolean

Property Value

TypeDefaultDescription
Booleantrue

A Boolean value.

|

See Also

RepositoryItemBreadCrumbEdit Class

RepositoryItemBreadCrumbEdit Members

DevExpress.XtraEditors.Repository Namespace