corelibraries-devexpress-dot-xtrapivotgrid-1b006dc9.md
Provides customization options for a PivotGrid control.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public class PivotGridOptionsCustomization :
PivotGridOptionsBase,
IXtraSupportShouldSerialize
Public Class PivotGridOptionsCustomization
Inherits PivotGridOptionsBase
Implements IXtraSupportShouldSerialize
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.
Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsCustomization PivotGridWebOptionsCustomization
PivotGridOptionsCustomizationEx
See Also