Navigation :
SaveFilePicker
This control allows user to choose a directory where a file will be saved.
Inherits from Catel.Windows.Controls.UserControl.
Properties
Property name | Description |
---|
Filter | Gets or sets filter string that determines what types of files are displayed from the save file dialog. |
LabelWidth | Gets or sets label width. |
LabelText | Gets or sets label content. |
SelectedFile | Gets or sets selected file path. |
How to use
<orc:SaveFilePicker LabelText="SaveFilePicker control"
LabelWidth="150"
SelectedFile="{Binding SelectedFile}"
Filter="Image files (*.bmp, *.jpg)|*.bmp;*.jpg|All files (*.*)|*.*" />
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!