Back to Devexpress

GanttView.StatusDisplayType Property

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

latest2.8 KB
Original Source

GanttView.StatusDisplayType Property

Implemented to hide the property of the base class.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override SchedulerViewStatusDisplayType StatusDisplayType { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property StatusDisplayType As SchedulerViewStatusDisplayType

Property Value

TypeDescription
SchedulerViewStatusDisplayType

A SchedulerViewStatusDisplayType enumeration value.

|

Available values:

NameDescription
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):

  1. AppointmentStatusType.OutOfOffice
  2. AppointmentStatusType.Busy
  3. AppointmentStatusType.Tentative
  4. AppointmentStatusType.WorkingElsewhere

|

Remarks

The property is not in use.

See Also

GanttView Class

GanttView Members

DevExpress.XtraScheduler Namespace