Skip to main content

IOpenFileDialogService Interface

In This Article

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

#Remarks

To learn more, see OpenFileDialogService.

See Also