Scheduler for WinRT
ViewStyleSelector Property


Enables you to provide custom style-selection logic for a style that should be applied to the C1Scheduler control. The default value is a null reference. This is a dependency property.
Syntax
'Declaration
 
Public Property ViewStyleSelector As C1.Xaml.C1StyleSelector
'Usage
 
Dim instance As C1Scheduler
Dim value As C1.Xaml.C1StyleSelector
 
instance.ViewStyleSelector = value
 
value = instance.ViewStyleSelector
public C1.Xaml.C1StyleSelector ViewStyleSelector {get; set;}
Remarks
The C1Scheduler control has 4 styles: By default, the C1Scheduler control changes it's style automatically according to changes in the list of visible dates or on ChangeStyleCommand command. You can alter this behavior by providing the custom StyleSelector or by handling BeforeViewChange event.
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.