ResourceColorFillArea Enum
In This Article
Lists values that specify what parts of a grouped view are filled with resource colors.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Members
Name | Description |
---|---|
Time
|
Time Cells are filled with resource colors. |
Resource
|
Resource Headers are filled with resource colors. |
Both
|
Both Time Cells and Resource Headers are filled with resource colors. |
#Related API Members
The following properties accept/return ResourceColorFillArea values:
#Remarks
The ResourceColorFillArea enumeration’s values are used to set the ASPxSchedulerOptionsView.ResourceColorFillArea property.
See Also