Skip to main content
A newer version of this page is available. .

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.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public interface IOpenFileDialogService :
    IOpenDialogServiceBase,
    IFileDialogServiceBase

Remarks

To learn more, see OpenFileDialogService.

See Also