GanttControl.AppearancePrint Property
In This Article
Provides access to appearance settings applied when the control is printed.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public GanttControlPrintAppearanceCollection AppearancePrint { get; }
#Property Value
Type | Description |
---|---|
Gantt |
An object that specifies an appearance settings collection. |
See Also