Skip to main content

PivotGroupFilterValuesCollection Members

Represents a collection of group filter values.

Constructors

Name Description
PivotGroupFilterValuesCollection() Initializes a new instance of the PivotGroupFilterValuesCollection class.
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.
Items For internal use.

Methods

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