[]
Holds all the data required for displaying individual UI part for the single resource, category or contact when the GroupBy property is set, or default UI otherwise.
public class ScheduleGroupItem
| Name | Description |
|---|---|
| DisplayName | Gets or sets the string value representing the display name of the ScheduleGroupItem object. |
| IsChecked | Gets or sets a bool value determining whether this ScheduleGroupItem object should be displayed in UI. |
| IsSelected | Gets or sets a value that determines whether the UI element that has this ScheduleGroupItem as a DataContext is selected. |
| Name | Gets the string value representing the name of the ScheduleGroupItem object. |
| Owner | Gets the BaseObject object representing the ScheduleGroupItem object owner. This property can be null for an empty group item. |
| PaletteColor | Gets or sets the Color value determining palette which should be used to display the ScheduleGroupItem object. |
| Scheduler | Gets the Scheduler that ScheduleGroupItem belongs to. |
| Tag | Gets or sets the object that contains custom data about the ScheduleGroupItem object. |
| Name | Description |
|---|---|
| ToString() | Returns the string representation of the current ScheduleGroupItem object. |