RepositoryItemBreadCrumbEdit.AllowPathValidation Property
For internal use.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(true)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool AllowPathValidation { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | A Boolean value. |
See Also