Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / ChangeStyleCommand Field

In This Topic
    ChangeStyleCommand Field (C1Scheduler)
    In This Topic
    Defines the command that changes the System.Windows.Style property with the specified Style or a style referenced by the specified ResourceDictionary key.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ChangeStyleCommand As RoutedCommand
    public static readonly RoutedCommand ChangeStyleCommand
    Remarks
    This command is executed by the C1Scheduler and is implemented by the C1Scheduler.ChangeStyle method.

    Command parameter: Style or a ResourceDictionary key representing a Style.

    See Also