Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / VisualIntervalGroupDescriptions Property

In This Topic
    VisualIntervalGroupDescriptions Property
    In This Topic
    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
    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.

    See Also