Skip to main content
A newer version of this page is available. .

GridControl.IsPrinting Property

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
public bool IsPrinting { get; }

Property Value

Type Description
Boolean

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

See Also