Back to Devexpress

GanttView.AppointmentDisplayOptions Property

windowsforms-devexpress-dot-xtrascheduler-dot-ganttview-dc378592.md

latest1.4 KB
Original Source

GanttView.AppointmentDisplayOptions Property

Provides access to a set of options that specify how the view and its visual elements are displayed onscreen.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
DevExpress.XtraScheduler.GanttViewAppointmentDisplayOptionsEx

An object that represents a set of options.

|

See Also

GanttView Class

GanttView Members

DevExpress.XtraScheduler Namespace