Skip to main content
A newer version of this page is available. .

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public enum ResourceColorFillArea

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