Scheduler for WinRT
VisualIntervalGroupDescriptions Property


Gets or sets a collection of VisualIntervalGroupDescription objects that defines a grouping criteria applied to the items of the VisualIntervals collection. This is a dependency property.
Syntax
'Declaration
 
Public Property VisualIntervalGroupDescriptions As IntervalGroupDescriptionCollection
'Usage
 
Dim instance As C1Scheduler
Dim value As IntervalGroupDescriptionCollection
 
instance.VisualIntervalGroupDescriptions = value
 
value = instance.VisualIntervalGroupDescriptions
public IntervalGroupDescriptionCollection VisualIntervalGroupDescriptions {get; set;}
Remarks
This property is usually used for the purpose of control UI creation in XAML. The defined grouping criteria is applied to the VisualIntervals collection items and is reflected in the VisualIntervalsView view, which exposes grouped items via the Groups property.

This property is used in a conjunction with the VisualIntervalGroupStyles property that defines UI for each group level.

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.