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

In This Topic
    DaySlotTemplate Property
    In This Topic
    Gets or sets a DataTemplate that defines a UI representation of a single day of a month. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property DaySlotTemplate As Windows.UI.Xaml.DataTemplate
    public Windows.UI.Xaml.DataTemplate DaySlotTemplate {get; set;}
    Remarks
    A DataContext for this template is a DaySlot object.
    See Also