FilterItemCollection Class Members
In This Topic
The following tables list the members exposed by FilterItemCollection.
Public Constructors
Public Properties
Public Methods
| | Name | Description |
 | Add |
Adds a filter item to the collection.
|
 | Clear |
Removes the custom filter items from the filter item list.
This method does not remove the DefaultFilterItem from the list if it exists.
|
 | GetEnumerator | |
 | IndexOf | |
 | Insert |
Inserts a filter item into the collection at a specified location.
|
 | Remove | |
 | RemoveAt |
Removes the specified custom filter item from the filter item list.
This method does not remove the DefaultfilterItem from the list if it exists.
|
Top
See Also