Skip to main content

PivotGridFieldFilterValues Methods

Contains filter values for a specific field.
Name Description
Add(Object) Adds the specified element to the PivotGridFieldFilterValues.Values array.
AllowProperty(OptionsLayoutBase, String, Int32) For internal use.
Assign(PivotGridFieldFilterValues) Copies the settings from the PivotGridFieldFilterValues object passed as a parameter.
Clear() Removes all elements from the PivotGridFieldFilterValues.Values array.
Contains(Object, Boolean) This member supports the internal infrastructure and is not intended to be used directly from your code.
Contains(Object) Indicates whether the current filter condition contains the specified value.
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.
InvertFilterType() Inverts the current filter type.
IsEquals(PivotGridFieldFilterValues) Compares properties of the current object with settings of the specified PivotGridFieldFilterValues object.
IsEquals(IList<Object>) Returns whether the current filter values and the specified values 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(Object) Removes the specified element from the PivotGridFieldFilterValues.Values array.
ResetProperties(OptionsLayoutBase) For internal use.
SetFilterType(PivotFilterType) Sets the filter type to the specified value.
SetValues(IList<Object>, PivotFilterType, Boolean, Boolean) Adds the specified values to the collection and sets the PivotGridFieldFilterValues.FilterType and PivotGridFieldFilterValues.ShowBlanks properties to the specified values.
SetValues(IList<Object>, PivotFilterType, Boolean) Adds the specified values to the collection and sets the PivotGridFieldFilterValues.FilterType and PivotGridFieldFilterValues.ShowBlanks properties to the specified values.
SetValuesAsync(IList<Object>, PivotFilterType, Boolean, AsyncCompletedHandler) For internal use.
SetValuesAsync(IList<Object>, PivotFilterType, Boolean, Boolean, AsyncCompletedHandler) For internal use.
SetValuesAsync(IList<Object>, PivotFilterType, Boolean, Boolean) For internal use.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also