Click or drag to resize

VistaFileDialogFileName Property

Gets or sets a string containing the file name selected in the file 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 FileName { get; set; }

Property Value

Type: String
The file name selected in the file dialog box. The default value is an empty string ("").
See Also