Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1MultiMonthCalendar Class / DaySlotStyle Property

In This Topic
    DaySlotStyle Property (C1MultiMonthCalendar)
    In This Topic
    Gets or sets a Style for DaySlotPresenter elements which are the root elements of a visual tree representing a single day of a month.
    Syntax
    'Declaration
     
    
    Public Property DaySlotStyle As Style
    public Style DaySlotStyle {get; set;}
    See Also