Back to Devexpress

IOpenFileDialogService Interface

corelibraries-devexpress-dot-mvvm-8a29bbee.md

latest1.1 KB
Original Source

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

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

Declaration

csharp
public interface IOpenFileDialogService :
    IOpenDialogServiceBase,
    IFileDialogServiceBase
vb
Public Interface IOpenFileDialogService
    Inherits IOpenDialogServiceBase,
             IFileDialogServiceBase

Remarks

To learn more, see OpenFileDialogService.

See Also

IOpenFileDialogService Members

DevExpress.Mvvm Namespace