Skip to main content

IOpenFileDialogAccessor Interface

If implemented, enables you to access the dialog service used to browse and open files in the File System using the standard dialog box.

Namespace: DevExpress.Xpf.DataAccess

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public interface IOpenFileDialogAccessor :
    IServiceAccessor<IOpenFileDialogService>
See Also