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