Skip to main content

IPreviewDialogAccessor Interface

If implemented, enables you to access a service used to display a dialog with the preview result.

Namespace: DevExpress.Xpf.DataAccess

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public interface IPreviewDialogAccessor :
    IServiceAccessor<IDialogService>
See Also