DirectoryPicker

This control allows users to choose a directory.

Inherits from Catel.Windows.Controls.UserControl.

DirectoryPicker 01

Properties

Property nameDescription
LabelWidthGets or sets label width
LabelTextGets or sets label content
SelectedDirectoryGets 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!