Skip to main content

IProgressIndicationService Interface

In This Article

Allows you to display a progress indicator for time-consuming operations.

Namespace: DevExpress.Services

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public interface IProgressIndicationService

#Remarks

You can use IProgressIndicationService in the Rich Text Editor and Spreadsheet controls to track progress of lengthy operations. Refer to the following help topics and examples for details:

See Also