Skip to main content

TcxPivotGridField.Filter Property

Provides access to the filter applied to the current field.

Declaration

property Filter: TcxPivotGridFieldFilter read;

Property Value

Type
TcxPivotGridFieldFilter

Remarks

Use this property to specify which of the records in the data source should be displayed and used to calculate summaries within the ExpressPivotGrid control. A filtering condition can be specified using the Filter.Values and Filter.FilterType properties which correspond to a list of field values and a clause that indicates whether the resulting set of records includes or excludes the specified field values.

An end-user automatically modifies the filter values list when they check/uncheck items in the field’s filter dropdown.

For more information, refer to the description of the TcxPivotGridFieldFilter class.

See Also