VisualDateCell.AlternateTemplate Property
Gets or sets the template used to define the visual presentation of today's date header or today's date cell.
Namespace: DevExpress.Xpf.Scheduler.Drawing
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public ControlTemplate AlternateTemplate { get; set; }
Public Property AlternateTemplate As ControlTemplate
Property Value
| Type | Description |
|---|---|
| ControlTemplate | A ControlTemplate object that is a template for a date header or date cell corresponding to today's date. |
Remarks
Use the AlternateTemplate property to obtain or specify the template for date headers and date cells corresponding to today's date (for these elements the VisualDateCell.IsAlternate property is set to true).
To specify a template for date headers and date cells corresponding to the remaining dates, use the VisualDateCell.NormalTemplate property.
See Also