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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public GanttViewAppointmentDisplayOptionsEx AppointmentDisplayOptions { get; }
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.GanttViewAppointmentDisplayOptionsEx | An object that represents a set of options. |
See Also