Version

VariancesCollection Class Properties

For a list of all members of this type, see VariancesCollection members.

Public Properties
 NameDescription
Public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyCountReturns the number of Appointment objects in the collection.  
Public PropertyIsReadOnlyOverridden. Returns whether the collection is read-only. The VariancesCollection always returns true from this property.  
Public PropertyItemOverloaded. Gets the Appointment object at the specified index in the collection.  
Public PropertyRecurrenceReturns the Recurrence object which owns this VariancesCollection object. This property is read-only.  
Protected Properties
 NameDescription
Protected PropertyEnableViewStateTurns on ViewState tracking for this WebObject (Inherited from Infragistics.WebUI.Shared.WebObjectsCollectionBase)
Protected PropertyInnerListGets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyListGets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected PropertyOwnerThe parent owner to which this object belongs. (Inherited from Infragistics.WebUI.Shared.WebObjectsCollectionBase)
See Also