Back to Devexpress

GanttViewAppointmentDisplayOptions Class

corelibraries-devexpress-dot-xtrascheduler-1a52c272.md

latest2.4 KB
Original Source

GanttViewAppointmentDisplayOptions Class

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class GanttViewAppointmentDisplayOptions :
    TimelineViewAppointmentDisplayOptions
vb
Public Class GanttViewAppointmentDisplayOptions
    Inherits 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.

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions AppointmentDisplayOptions TimelineViewAppointmentDisplayOptions GanttViewAppointmentDisplayOptions

See Also

GanttViewAppointmentDisplayOptions Members

Gantt View

PercentCompleteDisplayType

DevExpress.XtraScheduler Namespace