AppointmentLabel.GetDefaultColorByStringId(SchedulerColorId, UserLookAndFeel) Method
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.2.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
public static Color GetDefaultColorByStringId(
SchedulerColorId colorId,
UserLookAndFeel lookAndFeel = null
)
Parameters
| Name | Type |
|---|---|
| colorId | SchedulerColorId |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| lookAndFeel | UserLookAndFeel | null |
Returns
| Type |
|---|
| Color |
See Also