PivotGridFieldOptionsFilter Class
In This Article
Contains the field’s filtering options.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public class PivotGridFieldOptionsFilter :
PivotGridOptionsBase
#Related API Members
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