ComponentOne Scheduler for WPF and Silverlight
ViewType Property (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : ViewType Property
Gets or sets the ViewType value determining what style should be used in the control.
Syntax
'Declaration
 
Public Property ViewType As ViewType
public ViewType ViewType {get; set;}
Remarks
This property does the same thing as ChangeStyle(Object) method and ChangeStyleCommand. Use it for simpler switching between different views. The relationship between tis property value and the C1Scheduler control styles:
See Also

Reference

C1Scheduler Class
C1Scheduler Members