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

    Gets or sets the default file extension (without the dot character). This property is identical to the standard FileDialog.DefaultExt property.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraDialogs.v25.1.dll

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

    Declaration

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

    Property Value

    Type Default Description
    String String.Empty

    The default file extension.

    See Also