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

ASPxSchedulerOptionsView.ResourceColorFillArea Property

Gets or sets a value that specifies what parts of a grouped view are filled with resource colors.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

[DefaultValue(ResourceColorFillArea.TimeCells)]
public ResourceColorFillArea ResourceColorFillArea { get; set; }

Property Value

Type Default Description
ResourceColorFillArea **TimeCells**

One of the ResourceColorFillArea enumeration values.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ResourceColorFillArea
ASP.NET Controls and MVC Extensions ASPxScheduler
.OptionsView.ResourceColorFillArea
MVCxScheduler
.OptionsView.ResourceColorFillArea
SchedulerSettings
.OptionsView.ResourceColorFillArea
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsView.ResourceColorFillArea
See Also