[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.ChangeStyleCommand

ChangeStyleCommand Field

Defines the command that changes the Style property with the specified Style or a style referenced by the specified ResourceDictionary key.

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
public static readonly RoutedCommand ChangeStyleCommand
Returns
Type Description
RoutedCommand Defines the command that changes the property with the specified Style or a style referenced by the specified ResourceDictionary key.
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.