Skip to main content
A newer version of this page is available.
All docs
V19.1

DayViewTemplates.VerticalResourceHeaderTemplate Property

Gets or sets a template for displaying the scheduler’s vertical Resource Headers.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

[DefaultValue(null)]
public override ITemplate VerticalResourceHeaderTemplate { get; set; }

Property Value

Type Default Description
ITemplate *null*

An object that implements the ITemplate interface.

See Also