Skip to main content

IOpenFileDialogService Interface

Provides methods to browse and open files in the File System 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 IOpenFileDialogService :
    IOpenDialogServiceBase,
    IFileDialogServiceBase

Remarks

To learn more, see OpenFileDialogService.

See Also