ReportViewBase.GetLabelColor(Object) Method
In This Article
Returns the color of the specified appointment label.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
label |
Object | An object that is the label identifier (the Id property value of the IAppointment |
#Returns
Type | Description |
---|---|
Color | A Color structure which specifies the label’s color. A Color. |
See Also