Skip to main content

SchedulerTemplates.DateHeaderTemplate Property

Gets or sets a template for displaying the scheduler’s date header.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(null)]
public virtual ITemplate DateHeaderTemplate { get; set; }

Property Value

Type Default Description
ITemplate null

An object that implements the ITemplate interface.

See Also