SchedulerViewStatusDisplayType Enum
Lists how the appointment status can be displayed in the view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
Members
Name | Description |
---|---|
None
|
Does not display all-day appointment status in the view. The status is displayed only in the appointment. |
StatusLine
|
Displays all-day appointment status in the status line. The status line width is specified by the DayView.StatusLineWidth property (by default it is 0 so the status line is hidden). |
TimeCell
|
Displays appointment status as the time cell background. If multiple appointments with different statuses occupy the same interval, the highest priority status is displayed. The priority is defined as follows (the lower number is higher priority): |
Related API Members
The following properties accept/return SchedulerViewStatusDisplayType values:
Remarks
The SchedulerViewStatusDisplayType enumeration is used as a value of the SchedulerViewBase.StatusDisplayType property.