C1.Silverlight.Schedule.5 Assembly > C1.Silverlight.Schedule Namespace : SchedulerGroupItem Class |
The following tables list the members exposed by SchedulerGroupItem.
Name | Description | |
---|---|---|
BackgroundProperty | Identifies the Background dependency property. | |
DisplayNameProperty | Identifies the DisplayName dependency property. | |
HasVisibleAppointmentsProperty | Identifies the HasVisibleAppointments dependency property. | |
IsSelectedProperty | Identifies the IsSelected dependency property. | |
ShowNextButtonProperty | Identifies the ShowNextButton dependency property. | |
ShowPreviousButtonProperty | Identifies the ShowPreviousButton dependency property. | |
TagProperty | Identifies the Tag dependency property. |
Name | Description | |
---|---|---|
Background | Gets 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. | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
DisplayName | Gets or sets the System.String value representing the display name of the SchedulerGroupItem object. This is a dependency property. | |
HasVisibleAppointments | Indicates whether there is at least one visible appointment in the current view. This is a dependency property. | |
IsChecked | Gets or sets a System.Boolean value determinign whether this SchedulerGroupItem object should be displayed in UI. | |
IsSelected | Gets or sets a value that determines whether the UI element that has this SchedulerGroupItem as a DataContext is selected. This is a dependency property. | |
Name | Gets the System.String value representing the name of the SchedulerGroupItem object. | |
Owner | Gets the C1.C1Schedule.BaseObject object representing the SchedulerGroupItem object owner. This property can be null for an empty group item. | |
Scheduler | Gets the Scheduler that SchedulerGroupItem belongs to. | |
ShowNextButton | Gets 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. | |
ShowPreviousButton | Gets 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. | |
Tag | Gets or sets the object that contains custom data about the SchedulerGroupItem object. This is a dependency property. | |
VisualIntervalGroups | Gets a collection of VisualIntervalGroup objects defining top-level groups of VisualInterval objects currently represented by the control on a screen. | |
VisualIntervals | Gets a collection of VisualInterval objects defining time intervals currently represented by the control on a screen. | |
VisualIntervalsView | Gets a grouped view on the VisualIntervals collection. |
Name | Description | |
---|---|---|
ClearValue | (Inherited from System.Windows.DependencyObject) | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | (Inherited from System.Windows.DependencyObject) | |
ToString | Returns the string representation of the current SchedulerGroupItem object. |