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

AppointmentLabelExtension.SetColor(IAppointmentLabel, Color) Method

Sets the color of the specified appointment label.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public static void SetColor(
    this IAppointmentLabel label,
    Color color
)

Parameters

Name Type Description
label IAppointmentLabel

A IAppointmentLabel object that is the appointment label.

color Color

A Color object that is the color used to paint appointment with the label color.

Remarks

Use the AppointmentLabel.GetColor notation to obtain the color of the appointment label. Use the AppointmentLabel.SetColor notation to specify the color of the appointment label.

See Also