Skip to main content
A newer version of this page is available. .

ASPxPivotCustomizationControl Class

An ASPxPivotCustomizationControl.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public class ASPxPivotCustomizationControl :
    ASPxWebControl,
    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.

pivotgrid_customizationcontrol

Inheritance

See Also