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

DefaultSnapProgressIndicationService(IServiceProvider) Constructor

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

Namespace: DevExpress.Snap.Core.Services

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

Declaration

public DefaultSnapProgressIndicationService(
    IServiceProvider provider
)

Parameters

Name Type Description
provider IServiceProvider

An object implementing the IServiceProvider interface.

See Also