Scheduler for WinRT
ViewType Property


Gets or sets the ViewType value determining what style should be used in the control.
Syntax
'Declaration
 
Public Property ViewType As ViewType
'Usage
 
Dim instance As C1Scheduler
Dim value As ViewType
 
instance.ViewType = value
 
value = instance.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:
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Scheduler Class
C1Scheduler Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.