Back to Devexpress

ISaveFileDialogService Interface

corelibraries-devexpress-dot-mvvm-556b12e1.md

latest1.1 KB
Original Source

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

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

Declaration

csharp
public interface ISaveFileDialogService :
    IFileDialogServiceBase
vb
Public Interface ISaveFileDialogService
    Inherits IFileDialogServiceBase

Remarks

To learn more, see SaveFileDialogService.

See Also

ISaveFileDialogService Members

DevExpress.Mvvm Namespace