SaveFilePicker

This control allows user to choose a directory where a file will be saved.

Inherits from Catel.Windows.Controls.UserControl.

SaveFilePickerView 01

Properties

Property nameDescription
FilterGets or sets filter string that determines what types of files are displayed from the save file dialog.
LabelWidthGets or sets label width.
LabelTextGets or sets label content.
SelectedFileGets 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!