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

GanttView.AppointmentDisplayOptions Property

Provides access to the Gantt View appointments display options.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GanttViewAppointmentDisplayOptions AppointmentDisplayOptions { get; }

Property Value

Type Description
GanttViewAppointmentDisplayOptions

A GanttViewAppointmentDisplayOptions object containing settings to display the appointments (tasks) in the Gantt View.

Remarks

Use this property to specify how to display tasks, such options as size, appearance, or the format of information shown.

See Also