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

IProgressIndicationService.SetProgress(Int32) Method

Modifies the indicator value to track progress.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

void SetProgress(
    int currentProgress
)

Parameters

Name Type Description
currentProgress Int32

An integer that is the value indicating the current progress.

See Also