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.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduler
#Declaration
public ControlTemplate NormalTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Control |
A Control |
#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.
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).