Skip to main content

PivotGroupFilterValues Members

Represents a group filter condition.

Constructors

Name Description
PivotGroupFilterValues() Initializes a new instance of the PivotGroupFilterValues class.
PivotGroupFilterValues(PivotGridGroup, PivotFilterType) Initializes a new instance of the PivotGroupFilterValues class.
PivotGroupFilterValues(PivotGridGroup) Initializes a new instance of the PivotGroupFilterValues class.

Properties

Name Description
Count Gets the number of filter values.
DeferFilterString For internal use.
FilterType Gets or sets the filter type.
Group Gets the owner field group.
HasFilter Gets whether the filter condition is not empty.
IsEmpty Gets whether the filter condition is empty.
Values Gets the collection of filter values.

Methods

Name Description
AllowProperty(OptionsLayoutBase, String, Int32) For internal use.
Assign(PivotGroupFilterValues) Initializes the current PivotGroupFilterValues object with the specified one.
BeginUpdate() Locks the PivotGroupFilterValues object by disallowing visual updates until the EndUpdate or CancelUpdate method is called.
CancelUpdate() Unlocks the PivotGroupFilterValues object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
Clone() Returns a copy of the current object.
Contains(Object, Object[], Boolean) For internal use.
Contains(Object, Object[]) Returns whether the current filter condition allows processing the specified group value.
EndUpdate() Unlocks the PivotGroupFilterValues object after a call to the BeginUpdate method and causes an immediate visual update.
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.
FindFilterValue(Object[]) Returns a filter value that corresponds to the specified group value.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IsEquals(PivotGroupFilterValues) Returns whether the group filter values of the specified objects 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.
Reset() Clears the filter values collection.
ResetProperties(OptionsLayoutBase) For internal use.
SetValues(PivotGroupFilterValuesCollection, PivotFilterType, Boolean) Adds the specified filter values to the collection, and sets the filter type to the specified value.
SetValuesAsync(PivotGroupFilterValuesCollection, PivotFilterType, AsyncCompletedHandler) For internal use.
SetValuesAsync(PivotGroupFilterValuesCollection, PivotFilterType, Boolean) For internal use.
SetValuesAsync(PivotGroupFilterValuesCollection, Boolean) For internal use.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also