Skip to main content

GridControl.IsPrinting Property

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

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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