AppointmentViewInfo.StatusBackgroundColor Property
Gets or sets the back 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 back color. |
Remarks
The StatusBackgroundColor specifies the background color 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. The StatusBackgroundColor is set to System.Drawing.Color.Violet, the AppointmentViewInfo.StatusColor property value is System.Drawing.Color.Yellow.
See Also