Skip to main content
A newer version of this page is available. .
All docs
V21.2

CustomPrintTimescaleColumnEventArgs.PrintArea Property

Gets whether the print engine processes the timescale column’s header or chart area.

Namespace: DevExpress.XtraGantt.Printing

Assembly: DevExpress.XtraGantt.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Gantt

Declaration

public TimescaleColumnPrintArea PrintArea { get; }

Property Value

Type Description
TimescaleColumnPrintArea

A value that specifies the processed area.

Available values:

Name Description
Chart

The timescale column’s chart area.

Header

The timescale column’s header.

See Also