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

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