Version

CalendarGroup Class Members

The following tables list the members exposed by CalendarGroup.

Public Constructors
 NameDescription
Public ConstructorCalendarGroup ConstructorInitializes a new CalendarGroup  
Public Properties
 NameDescription
Public PropertyCalendarsReturns a collection of ResourceCalendar instances  
Public PropertyInitialCalendarIdsReturns or sets a color delimited list of resource and calendar id combinations that are used to define the contents of the collection at design time.  
Public PropertyInitialSelectedCalendarIdThe resource and calendar id combination used at design time to indicate the calendar that should be selected at runtime.  
Public PropertySelectedCalendarReturns or sets the selected calendar (Inherited from Infragistics.Controls.Schedules.CalendarGroupBase)
Public PropertyVisibleCalendarsReturns the collection of ResourceCalendar instances whose ResourceCalendar.IsVisibleResolved is true (Inherited from Infragistics.Controls.Schedules.CalendarGroupBase)
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodContainsOverridden. Returns true if the calendar is in the group.  
Public MethodGetInitialCalendarIdsReturns a string that contains the id for the calendars currently in the Calendars collection in the format expected by the InitialCalendarIds property.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChangedOverridden. Invoked when a property has been changed.  
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also