Skip to main content

PivotGridWebFieldOptionsFilter Class

Contains options that define the filter popup appearance and behavior for the current field.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PivotGridWebFieldOptionsFilter :
    PivotGridOptionsBase

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.

Implements

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx

Inheritance

See Also