  | VistaFileDialogTitle Property  | 
 
            Gets or sets the file dialog box title.
            
 
    Namespace: 
   Ookii.Dialogs.Wpf
    Assembly:
   Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Title { get; set; }Public Property Title As String
	Get
	Set
public:
property String^ Title {
	String^ get ();
	void set (String^ value);
}member Title : string with get, set
Property Value
Type: 
String
            The file dialog box title. The default value is an empty string ("").
            
See Also