TcxPivotGridFieldFilter Properties
Contains filter values for a specific field.| Name | Description |
|---|---|
| Field | Provides access to the field which the filter is applied to. |
| FilterType | Specifies the field‘s filter type. |
| HasFilter | Indicates whether a filtering condition for a field is set up. |
| PivotGrid | Provides access to the pivot grid control that owns the field which the current filter is applied to. |
| Values | Provides access to the field values that are used to create a filtering condition. |
See Also