Version

RowFiltersCollection Class Members

The following tables list the members exposed by RowFiltersCollection.

Public Constructors
 NameDescription
Public ConstructorRowFiltersCollection Constructor  
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public PropertyItemAccesses the members of the collection via the Key value.  
Public PropertyLogicalOperator (Inherited from Infragistics.RecordFilterCollection)
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodGetRowFilterByColumnKeyReturns a RowFilter by its Key value.  
Public MethodIndexOf (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected Methods
 NameDescription
Protected MethodAddItemOverridden. Adds the item at the specified index.  
Protected Internal MethodAddItemSilentlyOverloaded.  (Inherited from Infragistics.RecordFilterCollection)
Protected MethodGetCount (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodGetCurrentExpressionOverloaded.  (Inherited from Infragistics.RecordFilterCollection)
Protected MethodGetItem (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodInsertItem (Inherited from Infragistics.RecordFilterCollection)
Protected MethodOnCollectionItemChanged (Inherited from Infragistics.RecordFilterCollection)
Protected MethodOnItemAddedOverridden. Invoked when a Infragistics.IRecordFilter is added at the specified index.  
Protected MethodOnItemRemovedOverridden. Invoked when a Infragistics.IRecordFilter is removed at the specified index.  
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.RecordFilterCollection)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodRemoveItem (Inherited from Infragistics.RecordFilterCollection)
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Protected MethodResetItemsOverridden. Removes all items from the collection.  
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<IRecordFilter>)
Public EventCollectionItemChanged (Inherited from Infragistics.RecordFilterCollection)
Public EventPropertyChanged (Inherited from Infragistics.RecordFilterCollection)
See Also