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

In This Topic
    MonthSlotStyle Property (C1Calendar)
    In This Topic
    Gets or sets a Style for C1CalendarPresenter elements which are the root elements of a visual tree representing a single month. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property MonthSlotStyle As Style
    public Style MonthSlotStyle {get; set;}
    See Also