ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / DayOfWeekSlotTemplateSelector Property

In This Topic
    DayOfWeekSlotTemplateSelector Property
    In This Topic
    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