Skip to main content

GanttControlPrintAppearanceCollection(GanttControl) Constructor

Initializes a new instance of the GanttControlPrintAppearanceCollection class with specified settings.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v24.1.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public GanttControlPrintAppearanceCollection(
    GanttControl owner
)

Parameters

Name Type Description
owner GanttControl

The control to which the options being created belong.

See Also