Skip to main content

IProgressIndicationService.SetProgress(Int32) Method

Modifies the indicator value to track progress.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

void SetProgress(
    int currentProgress
)

Parameters

Name Type Description
currentProgress Int32

An integer that is the value indicating the current progress.

See Also