Skip to main content

IFileDialogServiceBase.CheckPathExists Property

Gets or sets a value indicating whether the dialog box displays a warning when the user specifies a path that does not exist.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

bool CheckPathExists { get; set; }

Property Value

Type Description
Boolean

true, if the dialog box displays a warning when the user specifies a path that does not exist; otherwise, false. The default is true.

See Also