Skip to main content
A newer version of this page is available. .

ISaveFileDialogService Properties

Provides methods to save the data of a ViewModel to a file by using the standard dialog box.
Name Description
DefaultExt Gets or sets the default file extension.
DefaultFileName Gets or sets the default file name.
File Gets an object specifying the file selected in the dialog box.
Filter Gets or sets a filter string which specifies options that are available in the “Files of type” box in the dialog box.
FilterIndex Gets or sets the index of the filtering option currently selected in the file dialog box.
Title Gets or sets the title displayed by the dialog box.
See Also