PivotGridWebOptionsCustomization Class
In This Article
Provides customization options for an ASPxPivotGrid control.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PivotGridWebOptionsCustomization :
PivotGridOptionsCustomization
#Related API Members
The following members return PivotGridWebOptionsCustomization objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Pivot |
#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