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.v14.2.dll
Declaration
public ControlTemplate NormalTemplate { get; set; }
Public Property NormalTemplate As ControlTemplate
Property Value
| Type | Description |
|---|---|
| ControlTemplate | A ControlTemplate object that is a template for a date header or date cell. |
Remarks
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).