Back to Devexpress

ASPxPivotCustomizationControl Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-2bf3f718.md

latest4.5 KB
Original Source

ASPxPivotCustomizationControl Class

An ASPxPivotCustomizationControl.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxPivotCustomizationControl :
    ASPxWebControl,
    IRelatedControl,
    ISupportsCallbackResult,
    ISupportsFieldsCustomization,
    IRequiresLoadPostDataControl
vb
Public Class ASPxPivotCustomizationControl
    Inherits ASPxWebControl
    Implements IRelatedControl,
               ISupportsCallbackResult,
               ISupportsFieldsCustomization,
               IRequiresLoadPostDataControl

Remarks

The ASPxPivotCustomizationControl is a standalone control that mimics the Customization Form. It can be bound to a pivot grid control to substitute for its Customization Form. To bind a ASPxPivotCustomizationControl , assign the value of the pivot grid’s ID property to the Customization Control’s ASPxPivotCustomizationControl.ASPxPivotGridID property.

Use the ASPxPivotCustomizationControl.AllowFilter and ASPxPivotCustomizationControl.AllowSort properties to specify whether end-users are allowed to sort and filter field values via the ASPxPivotCustomizationControl.

To specify the ASPxPivotCustomizationControl layout, use the ASPxPivotCustomizationControl.Layout property. To prevent end-users from applying particular layouts, use the ASPxPivotCustomizationControl.AllowedLayouts property.

Images displayed in the ASPxPivotCustomizationControl can be accessed using the ASPxPivotCustomizationControl.Images property.

The following image shows a pivot grid with the bound ASPxPivotCustomizationControl.

Implements

Show 14 items

IComponent

IDisposable

IParserAccessor

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IAttributeAccessor

IUrlResolutionService

INamingContainer

IPostBackDataHandler

IPostBackEventHandler

ICallbackEventHandler

IPropertiesOwner

Inheritance

Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxPivotCustomizationControl

See Also

ASPxPivotCustomizationControl Members

DevExpress.Web.ASPxPivotGrid Namespace