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

MailMergeStartedEventArgs.OperationDescription Property

Specifies the text displayed by the progress indicator while the document is being rendered.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public string OperationDescription { get; set; }

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 implementing a custom IProgressIndicationService for the RichEditControl.

See Also