SchedulerPrintAdapter.GetLabelColor(Object) Method
Returns the color of the specified appointment label.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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