Skip to main content

PivotGroupFilterValuesCollection Members

Represents a collection of group filter values.

#Constructors

Name Description
PivotGroupFilterValuesCollection(IPivotGroupFilterValueParent) Initializes a new instance of the PivotGroupFilterValuesCollection class.

#Properties

Name Description
Count Gets the number of filter values in the collection.
IsEmpty Gets whether the collection is empty.
Item[Object] Gets or sets the filter value by the corresponding field value.

#Methods
Show Inherited Hide Inherited

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.
Clear() Clears the collection.
ClearCollection(String, XtraItemEventArgs) For internal use.
Clone(PivotGroupFilterValuesCollection, PivotGroupFilterValuesCollection) static Copies the specified collection to the other PivotGroupFilterValuesCollection object.
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) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
FindAll(Predicate<PivotGroupFilterValue>) Returns all group filter values that meet the specified condition.
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 Returns whether the specified collections match.
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