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

In This Topic
    AdjacentDaySlotTemplate Property
    In This Topic
    Gets or sets a data template that defines the UI representation for a single adjacent day on the calendar
    Syntax
    'Declaration
     
    
    Public Property AdjacentDaySlotTemplate As DataTemplate
    public DataTemplate AdjacentDaySlotTemplate {get; set;}
    See Also