MailMergeStartedEventArgs.OperationDescription Property
Specifies the text displayed by the progress indicator while the document is being rendered.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
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