Click or drag to resize

VistaFileDialogFilter Property

Gets or sets the current file name filter string, which determines the choices that appear in the "Save as file type" or "Files of type" box in the dialog box.

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 Filter { get; set; }

Property Value

Type: String
The file filtering options available in the dialog box.
Exceptions
ExceptionCondition
ArgumentExceptionFilter format is invalid.
See Also