The DayTemplateSelector type exposes the following members.

Constructors

  NameDescription
DayTemplateSelector

Methods

  NameDescription
SelectTemplate
Selects the appropriate data template depending on whether the item is a DateTime or not.
(Overrides DataTemplateSelector..::.SelectTemplate(Object, DependencyObject).)

Properties

  NameDescription
DayTemplate
The template for valid dates.
NonDayTemplate
The template for cells beyond the range of the CLR DateTime type.

See Also