Back to Devexpress

DialogParameters.DefaultExt Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-9a100b96.md

latest1.2 KB
Original Source

DialogParameters.DefaultExt Property

Gets or sets the default file extension.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string DefaultExt { get; set; }
vb
Public Property DefaultExt As String

Property Value

TypeDescription
String

The default file extension without the period.

|

Remarks

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

See Also

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace