Skip to main content

MailMergeStartedEventArgs.OperationDescription Property

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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

See Also