Skip to main content
A newer version of this page is available. .

PivotGridFieldOptionsFilter Class

Contains the field’s filtering options.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

public class PivotGridFieldOptionsFilter :
    PivotGridOptionsBase

The following members return PivotGridFieldOptionsFilter objects:

Remarks

Use the PivotGridField.OptionsFilter property to access filtering options for a specific field.

To learn more about filtering, see Filtering Overview.

Inheritance

See Also