CustomPrintTimescaleColumnEventArgs.PrintArea Property
In This Article
Gets whether the print engine processes the timescale column’s header or chart area.
Namespace: DevExpress.XtraGantt.Printing
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public TimescaleColumnPrintArea PrintArea { get; }
#Property Value
Type | Description |
---|---|
Timescale |
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