Click or drag to resize

ExplorerBrowserPath Property

Gets or sets the filesystem folder which contents should be displayed.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public string Path { get; set; }

Property Value

Type: String
The filesystem folder.
Remarks
If a non-filesystem folder should be displayed use SpecialFolder or Location if the displayed path should be set via databinding.
See Also