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

PivotGridWebFieldOptionsFilter Class

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

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