Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • DefaultSnapProgressIndicationService(IServiceProvider) Constructor

    Initializes a new instance of the DefaultSnapProgressIndicationService class with the specified service provider.

    Namespace: DevExpress.Snap.Core.Services

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public DefaultSnapProgressIndicationService(
        IServiceProvider provider
    )

    Parameters

    Name Type Description
    provider IServiceProvider

    An object implementing the IServiceProvider interface.

    See Also