Skip to main content

ReportViewBase.GetLabelColor(Object) Method

Returns the color of the specified appointment label.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

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 specifies the label’s color. A Color.White value if the label cannot be found.

See Also