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

In This Topic
    DaySlotTemplateSelector Property
    In This Topic
    Gets or sets the custom logic for choosing a template used to display each DaySlot object. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property DaySlotTemplateSelector As Windows.UI.Xaml.Controls.DataTemplateSelector
    public Windows.UI.Xaml.Controls.DataTemplateSelector DaySlotTemplateSelector {get; set;}
    Remarks
    You use the DaySlotTemplate property to specify the visualization of the DaySlot 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 DaySlotTemplate property is set.
    See Also