AppointmentViewInfo.StatusColor Property
Gets or sets the color of the appointment’s status bar.
Namespace: DevExpress.Web.ASPxScheduler.Drawing
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Description |
---|---|
Color | A Color structure specifying the status color. |
Remarks
The StatusColor specifies the forecolor of the appointment’s status bar.
The following picture illustrates an appointment displayed in the Day View with the AppointmentDisplayOptions.SnapToCellsMode set to AppointmentSnapToCellsMode.Always and the AppointmentDisplayOptions.StatusDisplayType set to the AppointmentStatusDisplayType.Time value. The StatusColor is set to System.Drawing.Color.Yellow, the AppointmentViewInfo.StatusBackgroundColor property value is System.Drawing.Color.Violet.