Skip to main content

PivotGridOptionsCustomization Class

Provides customization options for a PivotGrid control.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public class PivotGridOptionsCustomization :
    PivotGridOptionsBase,
    IXtraSupportShouldSerialize

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