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

SnapProgressIndicationService.SetProgress(Int32) Method

Modifies the indicator value to track progress.

Namespace: DevExpress.Snap.Services

Assembly: DevExpress.Snap.v19.2.dll

Declaration

public void SetProgress(
    int currentProgress
)

Parameters

Name Type Description
currentProgress Int32

An integer value, specifying the current progress.

See Also