Back to Devexpress

PivotGridWebOptionsCustomization Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-9ad21e21.md

latest2.6 KB
Original Source

PivotGridWebOptionsCustomization Class

Provides customization options for an ASPxPivotGrid control.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridWebOptionsCustomization :
    PivotGridOptionsCustomization
vb
Public Class PivotGridWebOptionsCustomization
    Inherits PivotGridOptionsCustomization

The following members return PivotGridWebOptionsCustomization objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxPivotGrid.OptionsCustomization
ASP.NET MVC ExtensionsPivotGridSettings.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

INotifyPropertyChanged

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

Inheritance

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsCustomization PivotGridWebOptionsCustomization

See Also

PivotGridWebOptionsCustomization Members

OptionsCustomization

DevExpress.Web.ASPxPivotGrid Namespace