Skip to main content

GroupFilterValuesCollection Methods

A collection of group filter values.
Name Description
Add(GroupFilterValue) Adds the specified filter value to the collection.
Add(PivotGroupFilterValue) Adds the specified filter value to the collection. Inherited from PivotGroupFilterValuesCollection.
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. Inherited from PivotGroupFilterValuesCollection.
BeforeDeserializeCollection(String, XtraItemEventArgs) For internal use. Inherited from PivotGroupFilterValuesCollection.
Clear() Clears the collection. Inherited from PivotGroupFilterValuesCollection.
ClearCollection(String, XtraItemEventArgs) For internal use. Inherited from PivotGroupFilterValuesCollection.
Clone(PivotGroupFilterValuesCollection, PivotGroupFilterValuesCollection) static Creates a copy of the PivotGroup filter values collection. Inherited from PivotGroupFilterValuesCollection.
ContainsValue(Object) Returns whether the filter value that corresponds to the specified field value is contained in the collection. Inherited from PivotGroupFilterValuesCollection.
CreateCollectionItem(String, XtraItemEventArgs) For internal use. Inherited from PivotGroupFilterValuesCollection.
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. Inherited from PivotGroupFilterValuesCollection.
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(GroupFilterValue) Removes the specified filter value from the collection.
Remove(PivotGroupFilterValue) Removes the specified filter value from the collection. Inherited from PivotGroupFilterValuesCollection.
Remove(Object) Removes the filter value that corresponds to the specified field value. Inherited from PivotGroupFilterValuesCollection.
SetIndexCollectionItem(String, XtraSetItemIndexEventArgs) For internal use. Inherited from PivotGroupFilterValuesCollection.
ToList() Returns the collection elements as a list. Inherited from PivotGroupFilterValuesCollection.
ToString() Returns the collection elements number as text. Inherited from PivotGroupFilterValuesCollection.
See Also