Version

GroupByAreaFieldLabelCollection Class Members

The following tables list the members exposed by GroupByAreaFieldLabelCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the ReadOnlyCollection instance. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<GroupByAreaFieldLabel>)
Public PropertyItemGets the element at the specified index. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<GroupByAreaFieldLabel>)
Protected Properties
Public Methods
 NameDescription
Public MethodContainsDetermines whether an element is in the ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<GroupByAreaFieldLabel>)
Public MethodCopyToCopies the entire ReadOnlyCollection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<GroupByAreaFieldLabel>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<GroupByAreaFieldLabel>)
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<GroupByAreaFieldLabel>)
Protected Methods
 NameDescription
Protected Internal MethodOnCollectionChangedRaises the CollectionChanged event  
Protected Internal MethodOnPropertyChangedCalled when a property changes.  
Public Events
 NameDescription
Public EventCollectionChangedOccurs when the collection changes.  
Public EventPropertyChangedOccurs when a property changes.  
See Also