Skip to main content

SchedulerPrintAdapter.GetLabelColor(Object) Method

Returns the color of the specified appointment label.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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