Skip to main content
All docs
V25.1
  • FileDialogBase.Filter Property

    Allows you to save or open files only of specific types. This property is identical to the standard FileDialog.Filter property.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraDialogs.v25.1.dll

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

    Declaration

    [DefaultValue("")]
    [DXCategory("Behavior")]
    public string Filter { get; set; }

    Property Value

    Type Default Description
    String String.Empty

    A list of allowed file extensions.

    See Also