Skip to main content

GanttViewAppointmentDisplayOptions Class

Provides options which define how appointments are displayed within the Gantt view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public class GanttViewAppointmentDisplayOptions :
    TimelineViewAppointmentDisplayOptions

Remarks

The GanttViewAppointmentDisplayOptions object is returned by the GanttView.AppointmentDisplayOptions property. Use the GanttViewAppointmentDisplayOptions class members to specify how appointments are displayed when in the Gantt view.

The GanttViewAppointmentDisplayOptions implements the GanttViewAppointmentDisplayOptions.PercentCompleteDisplayType option, in addition to basic appointment display options.

See Also