Skip to main content

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.v23.2.dll

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

Declaration

public interface ISaveFileDialogService :
    IFileDialogServiceBase

Remarks

To learn more, see SaveFileDialogService.

See Also