Skip to main content

ISplashScreenAccessor Interface

If implemented, enables you to access a dialog service used to display a splash screen.

Namespace: DevExpress.Xpf.DataAccess

Assembly: DevExpress.Xpf.DataAccess.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public interface ISplashScreenAccessor :
    IServiceAccessor<ISplashScreenService>
See Also