FolderBrowserPicker
Ecng.Xaml
Visual editor for selecting a directory path.
Inherits: UserControl
Implements: IComponentConnector
Constructors
FolderBrowserPicker
public FolderBrowserPicker()
folderBrowserPicker = FolderBrowserPicker()
Initializes a new instance of the FolderBrowserPicker.
Properties
Folder
public string Folder { get; set; }
value = folderBrowserPicker.Folder
folderBrowserPicker.Folder = value
Selected directory path.
Methods
InitializeComponent
public void InitializeComponent()
folderBrowserPicker.InitializeComponent()
InitializeComponent
Events
FolderChanged
public event Action<string> FolderChanged
folderBrowserPicker.FolderChanged += handler
Raised when the Folder value changes.
Fields
FolderProperty
public static readonly DependencyProperty FolderProperty
value = FolderBrowserPicker.FolderProperty
DependencyProperty for Folder.