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

    Gets or sets whether the dialog supports filters with more than one dot character. This property is identical to the standard FileDialog.SupportMultiDottedExtensions property.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraDialogs.v25.1.dll

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

    Declaration

    [DefaultValue(false)]
    [DXCategory("Behavior")]
    public bool SupportMultiDottedExtensions { get; set; }

    Property Value

    Type Default Description
    Boolean false

    true if the dialog supports file extensions with multiple dots in their names; otherwise, false.

    See Also