Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1CalendarResources Class / MonthSlotStyle Property

In This Topic
    MonthSlotStyle Property (C1CalendarResources)
    In This Topic
    Gets the System.Windows.Style object describing style of C1CalendarPresenter elements which are the root elements of a visual tree representing a single month in a multi-month calendar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MonthSlotStyle As Style
    public Style MonthSlotStyle {get;}
    See Also