Skip to main content
All docs
V25.1
  • GanttControl.AppearancePrint Property

    Provides access to appearance settings applied when the control is printed.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    [XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
    [XtraSerializablePropertyId(1)]
    public GanttControlPrintAppearanceCollection AppearancePrint { get; }

    Property Value

    Type Description
    GanttControlPrintAppearanceCollection

    An object that specifies an appearance settings collection.

    See Also