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

PivotGridOptionsCustomization Class

Provides customization options for a PivotGrid control.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

public class PivotGridOptionsCustomization :
    PivotGridOptionsBase

The following members return PivotGridOptionsCustomization objects:

Remarks

The PivotGridOptionsCustomization class provides a set of Boolean 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 sort order of fields, apply filtering, move fields, etc.

The PivotGridOptionsCustomization object can be accessed via the pivot grid’s PivotGridControl.OptionsCustomization property.

See Also