IProgressIndicationService Interface
In This Article
Exposes functionality that enables you to display progress indicator for time-consuming operations.
Namespace: DevExpress.Services
Assembly: DevExpress.Data.v14.2.dll
#Declaration
#Remarks
The IProgressIndicationService interface can be used in RichEditControl to track the progress of export, import and mail merge operations. In this case it is called internally by the RichEditControl only if a projected duration of an operation exceeds a certain threshold (ca. 500 ms)
See Also