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

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