Skip to main content

IFileDialogServiceBase.CheckFileExists Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

bool CheckFileExists { get; set; }

Property Value

Type Description
Boolean

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

See Also