PivotGridOptionsCustomization Class
Provides customization options for a PivotGrid control.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
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.
Inheritance
See Also