Back to Devexpress

MailMergeStartedEventArgs.OperationDescription Property

officefileapi-devexpress-dot-xtrarichedit-dot-mailmergestartedeventargs-3c23da57.md

latest1.8 KB
Original Source

MailMergeStartedEventArgs.OperationDescription Property

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

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public string OperationDescription { get; set; }
vb
Public Property OperationDescription As String

Property Value

TypeDescription
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

IProgressIndicationService

MailMergeStartedEventArgs Class

MailMergeStartedEventArgs Members

DevExpress.XtraRichEdit Namespace