Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: 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