Skip to main content
A newer version of this page is available. .

FileDialogBase.CheckPathExists Property

Gets or sets whether the dialog box displays a warning if a user specifies a path that does not exist. This property is identical to the standard FileDialog.CheckPathExists property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v19.2.dll

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public virtual bool CheckPathExists { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the dialog should display a warning; otherwise, false.

See Also