  | 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)
Syntaxpublic string Filter { get; set; }Public Property Filter As String
	Get
	Set
public:
property String^ Filter {
	String^ get ();
	void set (String^ value);
}member Filter : string with get, set
Property Value
Type: 
String
            The file filtering options available in the dialog box.
            
Exceptions
See Also