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

PivotCustomizationFormImages.DataAreaHeaders Property

Gets the settings that define the image displayed above the Data Area section of the Customization Form.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridImageProperties DataAreaHeaders { get; }

Property Value

Type Description
PivotGridImageProperties

A PivotGridImageProperties object that represents the image settings.

Remarks

Use the DataAreaHeaders property to specify a custom image for the Data Area section.

The default image is shown below:

pivotgrid_FieldListImages_DataAreaFields

See Also