Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / MonthStyle Property

In This Topic
    MonthStyle Property (C1Scheduler)
    In This Topic
    Gets or sets a System.Windows.Style object that defines a UI representation of C1Scheduler control in a Month View mode. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property MonthStyle As Style
    public Style MonthStyle {get; set;}
    See Also