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

SnapProgressIndicationService.Begin(String, Int32, Int32, Int32) Method

Initializes and displays a progress indicator.

Namespace: DevExpress.Snap.Services

Assembly: DevExpress.Snap.v19.2.dll

Declaration

public void Begin(
    string displayName,
    int minProgress,
    int maxProgress,
    int currentProgress
)

Parameters

Name Type Description
displayName String

A String value, indicating the action that is currently being performed.

minProgress Int32

An integer value, specifying the minimum indicator value.

maxProgress Int32

An integer value, specifying the maximum indicator value.

currentProgress Int32

An integer value, specifying the current indicator value.

See Also