| Name | Description |
 | Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<DaySettingsOverride>) |
 | AddRange | Adds the elements of a collection to the end of this collection. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<DaySettingsOverride>) |
 | BeginUpdate | Prevents change notifications (e.g. CollectionChanged and System.ComponentModel.INotifyPropertyChanged.PropertyChanged) from being raised. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<DaySettingsOverride>) |
 | BinarySearch | Overloaded. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<DaySettingsOverride>) |
 | Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<DaySettingsOverride>) |
 | Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<DaySettingsOverride>) |
 | CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<DaySettingsOverride>) |
 | EndUpdate | Resumes change notifications (e.g. CollectionChanged and System.ComponentModel.INotifyPropertyChanged.PropertyChanged). (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<DaySettingsOverride>) |
  | FromXml | Converts the specified xml to an instance of DaySettingsOverrideCollection. |
 | GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<DaySettingsOverride>) |
 | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<DaySettingsOverride>) |
 | Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<DaySettingsOverride>) |
 | InsertRange | Inserts the elements of a collection into the collection at the specified index. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<DaySettingsOverride>) |
 | Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<DaySettingsOverride>) |
 | ReInitialize | Clears and repopulates the collection with the specified item. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<DaySettingsOverride>) |
 | Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<DaySettingsOverride>) |
 | RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<DaySettingsOverride>) |
 | RemoveRange | Removes a contiguous block of items from the collection. (Inherited from Infragistics.Collections.Services.ObservableCollectionExtended<DaySettingsOverride>) |
  | ToXml | Converts the specified DaySettingsOverrideCollection to its XML representation. |