Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / SchedulerGroupItem Class
Members

In This Topic
    SchedulerGroupItem Class
    In This Topic
    Holds all the data required for displaying individual UI part for the single resource, category or contact when the C1Scheduler.GroupBy property is set, or default UI otherwise.
    Object Model
    SchedulerGroupItem Class
    Syntax
    'Declaration
     
    
    Public Class SchedulerGroupItem 
       Inherits System.Windows.DependencyObject
    public class SchedulerGroupItem : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.Schedule.SchedulerGroupItem

    See Also