Skip to main content
All docs
V25.1
  • 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.v25.1.dll

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

    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