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

PivotGridWebOptionsCustomization Class

Provides customization options for an ASPxPivotGrid control.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public class PivotGridWebOptionsCustomization :
    PivotGridOptionsCustomization

The following members return PivotGridWebOptionsCustomization objects:

Remarks

The PivotGridWebOptionsCustomization class provides a set of properties that control which parts of a pivot grid’s functionality are available to end-users. These properties allow you to control whether end-users can change the fields sort order, apply filtering, etc.

The PivotGridWebOptionsCustomization object can be accessed via the pivot grid’s ASPxPivotGrid.OptionsCustomization property.

Implements

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also