Back to Devexpress

PivotGridFieldOptionsFilter Class

windowsforms-devexpress-dot-xtrapivotgrid-0d835fb1.md

latest1.8 KB
Original Source

PivotGridFieldOptionsFilter Class

Contains the field’s filtering options.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public class PivotGridFieldOptionsFilter :
    PivotGridOptionsBase
vb
Public Class PivotGridFieldOptionsFilter
    Inherits 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

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridFieldOptionsFilter

See Also

PivotGridFieldOptionsFilter Members

DevExpress.XtraPivotGrid Namespace