CustomPrintTimescaleColumnEventArgs.PrintArea Property
Gets whether the print engine processes the timescale column’s header or chart area.
Namespace: DevExpress.XtraGantt.Printing
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
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