Skip to main content
A newer version of this page is available. .

AppointmentViewInfo.StatusBackgroundColor Property

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

Namespace: DevExpress.Web.ASPxScheduler.Drawing

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

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