Back to Devexpress

DialogParameters.SupportMultiDottedExtensions Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-8af4f63d.md

latest1.5 KB
Original Source

DialogParameters.SupportMultiDottedExtensions Property

Gets or sets whether the dialog supports operations with files that have multiple extensions.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool SupportMultiDottedExtensions { get; set; }
vb
Public Property SupportMultiDottedExtensions As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the dialog supports operations with files that have multiple extensions; otherwise, false.

|

Remarks

Refer to the following help topic for more information: SupportMultiDottedExtensions.

See Also

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace