Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / SchedulerGroupItem Class / VisualIntervalsView Property

In This Topic
    VisualIntervalsView Property
    In This Topic
    Gets a grouped view on the VisualIntervals collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisualIntervalsView As C1.Xaml.C1CollectionView
    public C1.Xaml.C1CollectionView VisualIntervalsView {get;}
    Remarks
    This view is primarily intended to provide a data for building control UI in XAML. It represents a list of VisualInterval objects from the VisualIntervals grouped according to the VisualIntervalGroupDescriptions property value.
    See Also