Back to Devexpress

PivotGridControl.FieldFilterChanged Event

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-c8f9c83d.md

latest2.2 KB
Original Source

PivotGridControl.FieldFilterChanged Event

Occurs after a specific field’s filter criteria was changed.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public event PivotFieldEventHandler FieldFilterChanged
vb
Public Event FieldFilterChanged As PivotFieldEventHandler

Event Data

The FieldFilterChanged event's data class is PivotFieldEventArgs. The following properties provide information specific to this event:

PropertyDescription
FieldGets the field being processed. Inherited from PivotFieldEventArgsBase<T>.

Remarks

The FieldFilterChanged event occurs after the filter criteria have been changed for a specific field.

Applying filter criteria to fields lets you limit the number of records summarized by the PivotGrid control. Use the PivotGridFieldBase.FilterValues property to change the filter criteria for a specific field via code. An end-user can change the filter criteria by clicking the field’s Filter Button and selecting the required values which should be displayed within the control via the filter dropdown list.

See Also

FilterValues

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace