Back to Devexpress

CustomPrintTimescaleColumnEventArgs.PrintArea Property

windowsforms-devexpress-dot-xtragantt-dot-printing-dot-customprinttimescalecolumneventargs.md

latest1.5 KB
Original Source

CustomPrintTimescaleColumnEventArgs.PrintArea Property

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

Namespace : DevExpress.XtraGantt.Printing

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public TimescaleColumnPrintArea PrintArea { get; }
vb
Public ReadOnly Property PrintArea As TimescaleColumnPrintArea

Property Value

TypeDescription
TimescaleColumnPrintArea

A value that specifies the processed area.

|

Available values:

NameDescription
Chart

The timescale column’s chart area.

| | Header |

The timescale column’s header.

|

See Also

CustomPrintTimescaleColumnEventArgs Class

CustomPrintTimescaleColumnEventArgs Members

DevExpress.XtraGantt.Printing Namespace