aspnet-devexpress-dot-web-dot-aspxpivotgrid-9ad21e21.md
Provides customization options for an ASPxPivotGrid control.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class PivotGridWebOptionsCustomization :
PivotGridOptionsCustomization
Public Class PivotGridWebOptionsCustomization
Inherits PivotGridOptionsCustomization
The following members return PivotGridWebOptionsCustomization objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxPivotGrid.OptionsCustomization |
| ASP.NET MVC Extensions | PivotGridSettings.OptionsCustomization |
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.
DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize
Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsCustomization PivotGridWebOptionsCustomization
See Also