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

    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