ComponentOne Scheduler for WPF and Silverlight
ChangeStyleCommand Field (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : ChangeStyleCommand Field
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 System.Windows.Input.RoutedCommand
public static readonly System.Windows.Input.RoutedCommand ChangeStyleCommand
Remarks
This command is executed by the C1Scheduler and is implemented by the ChangeStyle(Object) method.

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

See Also

Reference

C1Scheduler Class
C1Scheduler Members