PivotGridWebOptionsCustomization Class
Provides customization options for an ASPxPivotGrid control.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return PivotGridWebOptionsCustomization objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxPivotGrid.OptionsCustomization |
ASP.NET MVC Extensions | PivotGridSettings.OptionsCustomization |
Remarks
The PivotGridWebOptionsCustomization class provides a set of 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 fields sort order, apply filtering, etc.
The PivotGridWebOptionsCustomization object can be accessed via the pivot grid’s ASPxPivotGrid.OptionsCustomization property.
Implements
DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize
Inheritance
Object
ViewStatePersisterCore
BaseOptions
PivotGridOptionsBase
PivotGridOptionsCustomization
PivotGridWebOptionsCustomization
See Also