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; }
Public Property Path As String
Get
Set
public:
property String^ Path {
String^ get ();
void set (String^ value);
}
member Path : string with get, set
Property Value
Type:
StringThe 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