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

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.v19.2.dll

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