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; }
Public Overridable ReadOnly Property LabelColor As Color
Property Value
| Type | Description |
|---|---|
| Color | A Color object that is the color of an appointment background. |
See Also