Back to Devexpress

ResourceColorFillArea Enum

aspnet-devexpress-dot-web-dot-aspxscheduler-1d57b3df.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public enum ResourceColorFillArea
vb
Public Enum ResourceColorFillArea

Members

NameDescription
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.

|

The following properties accept/return ResourceColorFillArea values:

Remarks

The ResourceColorFillArea enumeration’s values are used to set the ASPxSchedulerOptionsView.ResourceColorFillArea property.

See Also

DevExpress.Web.ASPxScheduler Namespace