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

SchedulerPrintAdapter.GetLabelColor(Object) Method

Returns the color of the specified appointment label.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public Color GetLabelColor(
    object labelId
)

Parameters

Name Type Description
labelId Object

An object that is the label identifier (the Id property value of the IAppointmentLabel object).

Returns

Type Description
Color

A Color structure which is the label’s color. A Color.White value if the label cannot be found.

See Also