Name | Description | |
---|---|---|
Add | Adds a filter column definition to the collection. | |
Clear | Removes all the filter column definitions from the collection. | |
Contains | Specifies whether the collection contains the specified filter column definition. | |
CopyTo | Copies the filter column definition in the collection to an array. | |
Deserialize | Loads the object from XML. | |
GetColumnDefinitionIndexFromColumnIndex | Gets the index of a filter column definition in the collection based on the specified column index. | |
GetColumnIndexes | Gets an array of column indexes where filter column definitions exist. | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
IndexOf | Returns the index of the specified filter column definition in the collection. | |
Insert | Inserts a filter column definition into the collection at the specified index. | |
Remove | Removes the specified filter column definition from the collection. | |
RemoveAt | Removes a filter column definition from the collection at the specified index. | |
Serialize | Saves the object to XML. |