Skip to main content

ISaveFileDialogService Interface

In This Article

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

#Declaration

public interface ISaveFileDialogService :
    IFileDialogServiceBase

#Remarks

To learn more, see SaveFileDialogService.

See Also