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