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

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

Declaration

public interface IOpenFileDialogAccessor :
    IServiceAccessor<IOpenFileDialogService>
See Also