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

In This Topic
    IsTotalGroupItemEnabled Property (C1Scheduler)
    In This Topic
    Gets a System.Boolean value determining whether the C1Scheduler control generates visual intervals for the total group. This is a dependency property. The default value is false.
    Syntax
    'Declaration
     
    
    Public Property IsTotalGroupItemEnabled As Boolean
    public bool IsTotalGroupItemEnabled {get; set;}
    See Also