Version

FilterValueProxyCollection Class Members

The following tables list the members exposed by FilterValueProxyCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the System.Collections.ICollection. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public PropertyIsFixedSizeGets a value indicating whether the System.Collections.IList has a fixed size. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public PropertyIsReadOnlyGets a value indicating whether the System.Collections.IList is read-only. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public PropertyIsSynchronizedGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public PropertyItemGets or sets the element at the specified index. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public PropertySyncRootGets an object that can be used to synchronize access to the System.Collections.ICollection. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Protected Properties
 NameDescription
Protected PropertyListGets the list of items (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public Methods
 NameDescription
Public MethodAddAdds an item to the System.Collections.IList. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public MethodAddSilentlyAdds the silently. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public MethodClearRemoves all items from the System.Collections.IList. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public MethodContainsDetermines whether the System.Collections.IList contains a specific value. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public MethodCopyToCopies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public MethodGetEnumeratorReturns an enumerator that iterates through a collection. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public MethodIndexOfDetermines the index of a specific item in the System.Collections.IList. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public MethodInsertInserts an item to the System.Collections.IList at the specified index. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public MethodRaiseCollectionChangedRaises the CollectionChanged event. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection)
Public MethodRemoveRemoves the first occurrence of a specific object from the System.Collections.IList. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Public MethodRemoveAtRemoves the System.Collections.IList item at the specified index. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection<FilterValueProxy>)
Protected Methods
 NameDescription
Protected MethodOnCollectionChangedRaises the CollectionChanged event with the provided arguments. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection)
Protected MethodOnPropertyChangedOccurs when a property changes. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection)
Public Events
 NameDescription
Public EventCollectionChangedOccurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection)
Public EventPropertyChangedOccurs when a property value changes. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection)
See Also