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

SnapProgressIndicationService(SnapControl) Constructor

Initializes a new instance of the SnapProgressIndicationService class with the specified Snap control.

Namespace: DevExpress.Snap.Services

Assembly: DevExpress.Snap.v19.2.dll

Declaration

public SnapProgressIndicationService(
    SnapControl snapControl
)

Parameters

Name Type Description
snapControl SnapControl

A SnapControl object.

See Also