Back to Devexpress

GanttControl.AppearancePrint Property

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-fba3dbe0.md

latest1.6 KB
Original Source

GanttControl.AppearancePrint Property

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

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(1)]
public GanttControlPrintAppearanceCollection AppearancePrint { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(1)>
Public ReadOnly Property AppearancePrint As GanttControlPrintAppearanceCollection

Property Value

TypeDescription
GanttControlPrintAppearanceCollection

An object that specifies an appearance settings collection.

|

See Also

Print and Export Gantt Control

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace