Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1Calendar Class / DaySlotTemplate Property

In This Topic
    DaySlotTemplate Property (C1Calendar)
    In This Topic
    Gets or sets a data template that defines the UI representation for a single day of the month.
    Syntax
    'Declaration
     
    
    Public Property DaySlotTemplate As DataTemplate
    public DataTemplate DaySlotTemplate {get; set;}
    See Also