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

In This Topic
    MonthCalendarStyle Property (C1MultiMonthCalendar)
    In This Topic
    Gets or sets a Style applied to each child C1Calendar representing a single month. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property MonthCalendarStyle As Style
    public Style MonthCalendarStyle {get; set;}
    See Also