WeekViewAppointmentDisplayOptions.ShowAppointmentStatusVertically Property
Gets or sets whether to display appointment status strip vertically on the left or horizontally at the top.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | True to display appointment status as a vertical strip on the left; otherwise, false. |
Remarks
This property is overridden in derived classes.
See Also