Gets or sets a collection of GroupStyle
objects that characterize UI for each group level defined in the
VisualIntervalGroupDescriptions collection.
This is a dependency property.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public IntervalGroupStyleCollection VisualIntervalGroupStyles { get; set; } |
Visual Basic (Declaration) |
---|
<BrowsableAttribute(False)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public Property VisualIntervalGroupStyles As IntervalGroupStyleCollection 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.
This is a dependency property.