SchedulerStorage.GetLabelColor(Int32) Method
In This Article
Returns the color of the specified label.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
label |
Int32 | A zero-based integer value which identifies a label. |
#Returns
Type | Description |
---|---|
Color | A Color structure which specifies the label's color. |
See Also