Skip to main content

AppointmentViewInfo.BackColor Property

OBSOLETE

You should use the 'AppointmentStyle.BackColor' instead

Gets or sets the appointment coloring.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

[Obsolete("You should use the 'AppointmentStyle.BackColor' instead", false)]
public Color BackColor { get; set; }

Property Value

Type Description
Color

A Color object that is the appointment fill color.

Remarks

By default, the appointment background color is specified by its AppointmentLabel. Handling the ASPxScheduler.AppointmentViewInfoCustomizing event enables you to override this setting and specify a custom color for a particular appointment.

See Also