Back to Devexpress

GridControl.IsPrinting Property

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-4d64c68e.md

latest1.5 KB
Original Source

GridControl.IsPrinting Property

Gets whether the grid control is sending information to the print/export engine.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

true if the grid is sending information to the print/export engine; otherwise, false.

|

See Also

Print()

Printing Overview

Export Overview

GridControl Class

GridControl Members

DevExpress.XtraGrid Namespace