MailMergeStartedEventArgs.OperationDescription Property
Specifies the text displayed by the progress indicator while the document is being rendered.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | A String value. |
Remarks
The OperationDescription value is passed as the first argument of the IProgressIndicationService.Begin method.
Use the OperationDescription property when you implement a custom IProgressIndicationService for the RichEditControl.
See Also