Version 24.2 (latest)

WorkingHoursCollection Class Properties

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

Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Public PropertyIsUpdatingReturns true if the change notifications have been suspended using the BeginUpdate method. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<TimeRange>)
Public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<TimeRange>)
Protected PropertyNotifyItemsChangedOverridden. Returns a boolean indicating whether the derived collection should have its OnItemAdded and OnItemRemoved methods invoked.  
See Also