ASPxSchedulerOptionsView.ResourceHeaders Property
In This Article
Provides access to appearance options for the Scheduler’s Resource Headers.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public ASPxSchedulerResourceHeaderOptions ResourceHeaders { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Resource |
---|---|---|
ASP. |
Scheduler |
|
ASP. |
ASPx |
|
#Remarks
Use the ASPxSchedulerResourceHeaderOptions object returned by the ResourceHeaders property to control how resource headers are displayed within the Scheduler control.
See Also