PivotGridWebFieldOptionsFilter Class
In This Article
Contains options that define the filter popup appearance and behavior for the current field.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PivotGridWebFieldOptionsFilter :
PivotGridOptionsBase
#Related API Members
The following members return PivotGridWebFieldOptionsFilter objects:
#Remarks
The PivotGridWebFieldOptionsFilter class provides a set of properties that specify the filter popup’s appearance and behavior. These options can be accessed using the PivotGridField.OptionsFilter property.
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
PivotGridOptionsBase
PivotGridWebFieldOptionsFilter
See Also