Click or drag to resize

VistaFileDialogDefaultExt Property

Gets or sets the default file name extension.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string DefaultExt { get; set; }

Property Value

Type: String
The default file name extension. The returned string does not include the period. The default value is an empty string ("").
See Also