Skip to main content

AppointmentViewInfo.LabelColor Property

Gets the label color used to fill the region of appointment.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public virtual Color LabelColor { get; }

#Property Value

Type Description
Color

A Color object that is the color of an appointment background.

See Also