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

ISaveFileDialogService Interface

Provides methods to save the data of a ViewModel to a file by using the standard dialog box.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public interface ISaveFileDialogService :
    IFileDialogServiceBase

Remarks

To learn more, see SaveFileDialogService.

See Also