PivotGroupFilterValuesCollection Methods
Represents a collection of group filter values.| Name | Description |
|---|---|
| Add(PivotGroupFilterValue) | Adds the specified filter value to the collection. |
| Add(Object) | Creates a filter value that corresponds to the specified field value, and adds it to the collection. |
| AfterDeserializeCollection(String, XtraItemEventArgs) | For internal use. |
| BeforeDeserializeCollection(String, XtraItemEventArgs) | For internal use. |
| Clear() | Clears the collection. |
| ClearCollection(String, XtraItemEventArgs) | For internal use. |
| Clone(PivotGroupFilterValuesCollection, PivotGroupFilterValuesCollection) static | Creates a copy of the PivotGroup filter values collection. |
| ContainsValue(Object) | Returns whether the filter value that corresponds to the specified field value is contained in the collection. |
| CreateCollectionItem(String, XtraItemEventArgs) | For internal use. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IsEquals(PivotGroupFilterValuesCollection, PivotGroupFilterValuesCollection) static | Compares two PivotGroupFilterValuesCollection collections. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Remove(PivotGroupFilterValue) | Removes the specified filter value from the collection. |
| Remove(Object) | Removes the filter value that corresponds to the specified field value. |
| SetIndexCollectionItem(String, XtraSetItemIndexEventArgs) | For internal use. |
| ToList() | Returns the collection elements as a list. |
| ToString() | Returns the collection elements number as text. |
See Also