Scheduler for WinRT
VisualIntervalGroupStyles Property


Gets or sets a collection of Windows.UI.Xaml.Controls.GroupStyle objects that characterize UI for each group level defined in the VisualIntervalGroupDescriptions collection. This is a dependency property.
Syntax
'Declaration
 
Public Property VisualIntervalGroupStyles As IntervalGroupStyleCollection
'Usage
 
Dim instance As C1Scheduler
Dim value As IntervalGroupStyleCollection
 
instance.VisualIntervalGroupStyles = value
 
value = instance.VisualIntervalGroupStyles
public IntervalGroupStyleCollection VisualIntervalGroupStyles {get; set;}
Remarks
A DataContext for GroupStyle.HeaderTemplate template of each GroupStyle item of this collection is a VisualIntervalGroup object, which represents a time range which is a union of time ranges of group's child VisualIntervals.
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.