Click or drag to resize

VistaFolderBrowserDialogSelectedPath Property

Gets or sets the path selected by the user.

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

Property Value

Type: String
The path of the folder first selected in the dialog box or the last folder selected by the user. The default is an empty string ("").
See Also