Skip to main content

FieldFilterValues Members

Contains filter values for a specific field.

Constructors

Name Description
FieldFilterValues(PivotGridInternalField) Initializes a new instance of the FieldFilterValues class.

Properties

Name Description
Count Gets the number of elements in the PivotGridFieldFilterValues.Values array. Inherited from PivotGridFieldFilterValues.
DeferFilterString For internal use. Inherited from PivotGridFieldFilterValues.
Field Gets the field which owns the current collection.
FilterType Gets or sets the field’s filter type.
HasFilter Gets whether the current PivotGridFieldFilterValues object specifies non-empty filter criteria. Inherited from PivotGridFieldFilterValues.
IsEmpty Gets whether the current collection contains values used to filter against the current field. Inherited from PivotGridFieldFilterValues.
OLAPValuesCachePersistentString Serializes OLAP cache values. For internal use. Inherited from PivotGridFieldFilterValues.
ShowBlanks Gets or sets whether records that contain NULL values in the current field should be processed by the control. Inherited from PivotGridFieldFilterValues.
Values Gets or sets an array of filter values. Inherited from PivotGridFieldFilterValues.
ValuesCore For internal use. Inherited from PivotGridFieldFilterValues.
ValuesExcluded Gets or sets which values are excluded from the current field. Inherited from PivotGridFieldFilterValues.
ValuesIncluded Gets or sets the values that are displayed in the current field. Inherited from PivotGridFieldFilterValues.

Methods

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