Skip to main content

VisualDateCell.NormalTemplate Property

Gets or sets the template used to define the visual presentation of the date header or date cell, corresponding to dates other than today’s date.

Namespace: DevExpress.Xpf.Scheduler.Drawing

Assembly: DevExpress.Xpf.Scheduler.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public ControlTemplate NormalTemplate { get; set; }

Property Value

Type Description
ControlTemplate

A ControlTemplate object that is a template for a date header or date cell.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

Today’s date is indicated by highlighting a date header in the Day and Work-Week views and by highlighting the corresponding date header and date cell in the Week and Month views. The VisualDateCell.AlternateTemplate property allows you to specify the template for specifying the visual representation of these elements.

Use the NormalTemplate property to get or set the template for date headers and date cells corresponding to the remaining dates (the VisualDateCell.IsAlternate property is set to false).

See Also