Name | Description | |
---|---|---|
FilterColumnDefinitionCollection Constructor | Creates a new collection of filter column definitions. |
The following tables list the members exposed by FilterColumnDefinitionCollection.
Name | Description | |
---|---|---|
FilterColumnDefinitionCollection Constructor | Creates a new collection of filter column definitions. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | Gets or sets the number of filter column definitions in the collection. | |
IsFixedSize | Gets whether the collection has a fixed size. (This implementation always returns false.) | |
IsReadOnly | Gets whether the collection is read-only. (This implementation always returns false.) | |
Item | Gets or sets the filter column definition at the specified position in the collection. |
Name | Description | |
---|---|---|
InnerList | ||
List | (Inherited from System.Collections.CollectionBase) |
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. |
Name | Description | |
---|---|---|
OnClear | (Inherited from System.Collections.CollectionBase) | |
OnClearComplete | (Inherited from System.Collections.CollectionBase) | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | (Inherited from System.Collections.CollectionBase) | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | (Inherited from System.Collections.CollectionBase) | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | (Inherited from System.Collections.CollectionBase) | |
OnValidate | (Inherited from System.Collections.CollectionBase) |
FilterColumnDefinitionCollection Class
FarPoint.Win.Spread Namespace
FilterColumnDefinition Class