ResourceColorFillArea Enum
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
Declaration
Members
Name | Description |
---|---|
TimeCells
|
Time Cells are filled with resource colors. |
ResourceHeader
|
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