Skip to main content
A newer version of this page is available. .

GanttControl.AppearancePrint Property

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

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