Skip to main content

AppointmentViewInfo.StatusBackgroundColor Property

Gets or sets the back color of the appointment’s status bar.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public Color StatusBackgroundColor { get; set; }

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.

AppointmentViewInfo.StatusBackgroundColor

See Also