Back to Devexpress

DialogParameters.CheckPathExists Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-12c435af.md

latest1.3 KB
Original Source

DialogParameters.CheckPathExists Property

Gets or sets whether to display a warning if a user specifies a path that does not exist.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool CheckPathExists { get; set; }
vb
Public Property CheckPathExists As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display a warning if a user specifies a path that does not exist; otherwise, false.

|

Remarks

Refer to the following help topic for more information: CheckPathExists.

See Also

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace