Scheduler for WPF
VisualIntervalGroupDescriptions プロパティ (C1Scheduler)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1Scheduler クラス : VisualIntervalGroupDescriptions プロパティ
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.
シンタックス
'宣言
 
Public Property VisualIntervalGroupDescriptions As IntervalGroupDescriptionCollection
public IntervalGroupDescriptionCollection VisualIntervalGroupDescriptions {get; set;}
解説
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.

参照

C1Scheduler クラス
C1Scheduler メンバ