[]
        
(Showing Draft Content)

C1.Win.C1Schedule.ScheduleGroupItem

ScheduleGroupItem Class

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.

Inheritance
ScheduleGroupItem
Namespace: C1.Win.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class ScheduleGroupItem

Properties

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.

Methods

Name Description
ToString()

Returns the string representation of the current ScheduleGroupItem object.