AgendaHeaderTemplateSelector Properties
The template selector that chooses a view template based on the passed view model.Name | Description |
---|---|
Bindings | Gets a dictionary of bindings, indexed by the bound properties. Inherited from DataTemplate. |
DefaultTemplate | Gets or sets the template that is applied to all agenda view days except for today. |
TodayTemplate | Gets or sets the template that is applied to today. |
Values | Returns a dictionary of property values for this DataTemplate, indexed by property. Inherited from DataTemplate. |
See Also