Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / VisualIntervalGroupStyles Property

In This Topic
    VisualIntervalGroupStyles Property (C1Scheduler)
    In This Topic
    Gets or sets a collection of System.Windows.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
    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.
    See Also