Back to Devexpress

LinkBase.Activity Property

corelibraries-devexpress-dot-xtraprinting-dot-linkbase-2865626a.md

latest1.4 KB
Original Source

LinkBase.Activity Property

Gets the current document creation status.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
public PrintingSystemActivity Activity { get; }
vb
<Browsable(False)>
Public ReadOnly Property Activity As PrintingSystemActivity

Property Value

TypeDescription
PrintingSystemActivity

A PrintingSystemActivity enumeration value.

|

Available values:

NameDescription
Idle

The document creation process is idle.

| | Preparing |

The document creation process is being prepared.

| | Exporting |

The document is being exported.

| | Printing |

The document is being printed.

|

See Also

LinkBase Class

LinkBase Members

DevExpress.XtraPrinting Namespace