Skip to main content

PivotGridFieldFilterValues Members

Contains filter values for a specific field.

#Constructors

Name Description
PivotGridFieldFilterValues(PivotGridFieldBase) Initializes a new instance of the PivotGridFieldFilterValues class.

#Properties

Name Description
Count Gets the number of elements in the PivotGridFieldFilterValues.Values array.
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.
IsEmpty Gets whether the current collection contains values used to filter against the current field.
ShowBlanks Gets or sets whether records that contain NULL values in the current field should be processed by the control.
Values Gets or sets an array of filter values.
ValuesExcluded Gets or sets which values are excluded from the current field.
ValuesIncluded Gets or sets the values that are displayed in the current field.

#Methods
Show Inherited Hide Inherited

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) Returns whether the current filter condition allows displaying the specified value.
Contains(Object, Boolean) For internal use.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. 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) Returns whether the filter values and settings represented by the current and specified objects match.
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) 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, 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) 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