ComponentOne Calendar for UWP
DayOfWeekSlotTemplateSelector Property

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > C1Calendar Class : DayOfWeekSlotTemplateSelector Property
Gets or sets the custom logic for choosing a template used to display each DayOfWeekSlot object. This is a dependency property.
Syntax
'Declaration
 
Public Property DayOfWeekSlotTemplateSelector As Windows.UI.Xaml.Controls.DataTemplateSelector
public Windows.UI.Xaml.Controls.DataTemplateSelector DayOfWeekSlotTemplateSelector {get; set;}
Remarks
You use the DayOfWeekSlotTemplate property to specify the visualization of the DayOfWeekSlot objects. If you have more than one template defined and want to supply logic to return a template to use, then you use this property. Note that this property is ignored if the DayOfWeekSlotTemplate property is set.
See Also

Reference

C1Calendar Class
C1Calendar Members