Back to Devexpress

PivotGridOptionsCustomization Class

corelibraries-devexpress-dot-xtrapivotgrid-1b006dc9.md

latest2.2 KB
Original Source

PivotGridOptionsCustomization Class

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

Declaration

csharp
public class PivotGridOptionsCustomization :
    PivotGridOptionsBase,
    IXtraSupportShouldSerialize
vb
Public Class PivotGridOptionsCustomization
    Inherits PivotGridOptionsBase
    Implements 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

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsCustomization PivotGridWebOptionsCustomization

PivotGridOptionsCustomizationEx

See Also

PivotGridOptionsCustomization Members

OptionsCustomization

DevExpress.XtraPivotGrid Namespace