Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Calendar Class / MonthCalendarStyle Property

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