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

AppointmentLabelExtension.GetColor(IAppointmentLabel) Method

Gets the color of the appointment label.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public static Color GetColor(
    this IAppointmentLabel label
)

Parameters

Name Type Description
label IAppointmentLabel

A IAppointmentLabel object that is the appointment label.

Returns

Type Description
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