Back to Devexpress

DialogParameters.AddExtension Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-3ee6c09b.md

latest1.5 KB
Original Source

DialogParameters.AddExtension Property

Gets or sets whether to add an extension (specified by the DialogParameters.DefaultExt or BrowsePathEdit.Filter property) to the file name.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to add an extension to the file name; otherwise, false.

|

Remarks

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

See Also

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace