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

ASPxSchedulerOptionsView.ResourceHeaders Property

Provides access to appearance options for the Scheduler’s Resource Headers.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public ASPxSchedulerResourceHeaderOptions ResourceHeaders { get; }

Property Value

Type Description
ASPxSchedulerResourceHeaderOptions

An ASPxSchedulerResourceHeaderOptions object containing appearance options for resource headers.

Property Paths

You can access this nested property as listed below:

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

Remarks

Use the ASPxSchedulerResourceHeaderOptions object returned by the ResourceHeaders property to control how resource headers are displayed within the Scheduler control.

See Also