Navigation :
DirectoryPicker
This control allows users to choose a directory.
Inherits from Catel.Windows.Controls.UserControl.
Properties
Property name | Description |
---|
LabelWidth | Gets or sets label width |
LabelText | Gets or sets label content |
SelectedDirectory | Gets or sets selected directory |
How to use
Specify label text and width and bind a directory path to the SelectedDirectory
property.
<orc:DirectoryPicker LabelText="DirectoryPicker control"
LabelWidth="150"
SelectedDirectory="{Binding SelectedDirectory}" />
Contributions
We would like to thank the following contributors:
Want to contribute to the documentation? We have a guide for that!
Questions
Have a question about Catel or WildGums controls? Use StackOverflow with the Catel tag!