Skip to main content

AppointmentStatus.Color Property

Gets or sets the color associated with the appointment status.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public Color Color { get; set; }

#Property Value

Type Description
Color

A Color structure specifying the color.

#Implements

DevExpress.XtraScheduler.IAppointmentStatus.Color
See Also