Back to Devexpress

DXFileDialog.SupportMultiDottedExtensions Property

wpf-devexpress-dot-xpf-dot-dialogs-dot-dxfiledialog-c67ebadc.md

latest2.1 KB
Original Source

DXFileDialog.SupportMultiDottedExtensions Property

Gets or sets whether the file dialog supports displaying and saving files that have multiple file name extensions.

Namespace : DevExpress.Xpf.Dialogs

Assembly : DevExpress.Xpf.Dialogs.v25.2.dll

NuGet Package : DevExpress.Wpf.Dialogs

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true, if the file dialog supports multiple file name extensions; otherwise, false.

|

Remarks

Sometimes users must open and save files that use multiple file name extensions. For example, the application manifest files used by the ClickOnce deployment technology end in the complex file name extension “.exe.manifest“. Setting the SupportMultiDottedExtensions property to true enables you to set the DXFileDialog.Filter property to a multi-dotted extension.

If SupportMultiDottedExtensions is false , and you assign a multi-dotted extension to DXFileDialog.Filter, derived controls such as DXSaveFileDialog will only use the last extension in the string. For example, “.manifest“ will be used instead of “.exe.manifest“.

See Also

Filter

DXFileDialog Class

DXFileDialog Members

DevExpress.Xpf.Dialogs Namespace