Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / SchedulerGroupItem Class
Fields Properties Methods


In This Topic
    SchedulerGroupItem Class Members
    In This Topic

    The following tables list the members exposed by SchedulerGroupItem.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the SchedulerGroupItem.Background dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SchedulerGroupItem.DisplayName dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SchedulerGroupItem.HasVisibleAppointments dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SchedulerGroupItem.IsSelected dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SchedulerGroupItem.ShowNextButton dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SchedulerGroupItem.ShowPreviousButton dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the SchedulerGroupItem.Tag dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the System.Windows.Media.Brush objects which should be used as background color for UI, representing the SchedulerGroupItem object. This is a dependency property.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets the System.String value representing the display name of the SchedulerGroupItem object. This is a dependency property.  
    Public PropertyIndicates whether there is at least one visible appointment in the current view. This is a dependency property.  
    Public PropertyGets or sets a System.Boolean value determinign whether this SchedulerGroupItem object should be displayed in UI.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets a value that determines whether the UI element that has this SchedulerGroupItem as a DataContext is selected. This is a dependency property.  
    Public PropertyGets the System.String value representing the name of the SchedulerGroupItem object.  
    Public PropertyGets the C1.C1Schedule.BaseObject object representing the SchedulerGroupItem object owner. This property can be null for an empty group item.  
    Public PropertyGets the SchedulerGroupItem.Scheduler that SchedulerGroupItem belongs to.  
    Public PropertyGets or sets a value that determines whether to show the next group navigation button (buttons). The default value is True. This is a dependency property.  
    Public PropertyGets or sets a value that determines whether to show the previous group navigation button (buttons). The default value is True. This is a dependency property.  
    Public PropertyGets or sets the object that contains custom data about the SchedulerGroupItem object. This is a dependency property.  
    Public PropertyGets a collection of VisualIntervalGroup objects defining top-level groups of VisualInterval objects currently represented by the control on a screen.  
    Public PropertyGets a collection of VisualInterval objects defining time intervals currently represented by the control on a screen.  
    Public PropertyGets a grouped view on the SchedulerGroupItem.VisualIntervals collection.  
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Windows.DependencyObject)
    Top
    See Also