LinkBase.Activity Property
In This Article
Gets the current document creation status.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[Browsable(false)]
public PrintingSystemActivity Activity { get; }
#Property Value
Type | Description |
---|---|
Printing |
A Printing |
Available values:
Name | Description |
---|---|
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