Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / TotalGroupItem Property

In This Topic
    TotalGroupItem Property (C1Scheduler)
    In This Topic
    Gets the SchedulerGroupItem object representing the group item which has no owner, but contains appointments of all visible group items.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalGroupItem As SchedulerGroupItem
    public SchedulerGroupItem TotalGroupItem {get;}
    Remarks
    It is a special group item, it is not included into GroupItems and VisibleGroupItems collections. The C1Scheduler control uses this group to display availability status line in the default TimeLineStyle (see source xaml for the sample of using).
    See Also