Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CalendarBase Class / RequestedTheme Property

In This Topic
    RequestedTheme Property (CalendarBase)
    In This Topic
    Gets or sets a the default theme used by the CalendarBase control for resource determination.
    Syntax
    'Declaration
     
    
    Public Property RequestedTheme As ControlTheme
    public ControlTheme RequestedTheme {get; set;}
    See Also