YearView.AppointmentDisplayOptions Property
Contains options that specify how appointments are displayed in the Year View.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public YearViewAppointmentDisplayOptionsEx AppointmentDisplayOptions { get; }
Property Value
Type | Description |
---|---|
YearViewAppointmentDisplayOptionsEx | An object that contains appointment display options. |
See Also