Back to Devexpress

FileDialogBase.SupportMultiDottedExtensions Property

windowsforms-devexpress-dot-xtraeditors-dot-filedialogbase-1d6222cd.md

latest1.6 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool SupportMultiDottedExtensions { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Behavior")>
Public Property SupportMultiDottedExtensions As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

See Also

FileDialogBase Class

FileDialogBase Members

DevExpress.XtraEditors Namespace