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

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

    Namespace: DevExpress.Snap.Services

    Assembly: DevExpress.Snap.v21.2.dll

    NuGet Package: DevExpress.Win.Snap

    Declaration

    public SnapProgressIndicationService(
        SnapControl snapControl
    )

    Parameters

    Name Type Description
    snapControl SnapControl

    A SnapControl object.

    See Also