Version

ResourceCalendarCollection Class Members

The following tables list the members exposed by ResourceCalendarCollection.

Public Properties
 NameDescription
Public PropertyAllocatedItemsReturns items in the collection that have been allocated so far. (Inherited from Infragistics.Collections.ViewList<ResourceCalendar>)
Public PropertyCountReturns the number of items in the collection. (Inherited from Infragistics.Collections.ViewList<ResourceCalendar>)
Public PropertyIsReadOnlyIndicates whether the collection is read-only. (Inherited from Infragistics.Collections.ViewList<ResourceCalendar>)
Public PropertyItemReturns the item at the specified index. (Inherited from Infragistics.Collections.ViewList<ResourceCalendar>)
Public PropertySourceItemsGets or sets the source items collection. (Inherited from Infragistics.Collections.ViewList<ResourceCalendar>)
Public Methods
 NameDescription
Public MethodContainsIndicates whether the specified item is in the collection. (Inherited from Infragistics.Collections.ViewList<ResourceCalendar>)
Public MethodCopyToCopies items from this collection to the specified array. (Inherited from Infragistics.Collections.ViewList<ResourceCalendar>)
Public MethodGetEnumeratorReturns the enumerator for enumerating items in the collection. (Inherited from Infragistics.Collections.ViewList<ResourceCalendar>)
Public MethodIndexOfReturns the index of the specified item in the collection. (Inherited from Infragistics.Collections.ViewList<ResourceCalendar>)
Protected Methods
 NameDescription
Protected MethodOnCollectionChangedCalled to raise CollectionChanged notification as well as notify property change listeners added via ISupportPropertyChangeNotifications interface. (Inherited from Infragistics.Collections.ViewList<ResourceCalendar>)
Public Events
 NameDescription
Public EventCollectionChangedRaised when the collection's contents change. (Inherited from Infragistics.Collections.ViewList<ResourceCalendar>)
See Also