Skip to main content

PivotCustomizationFormImages.ColumnAreaHeaders Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridImageProperties ColumnAreaHeaders { get; }

Property Value

Type Description
PivotGridImageProperties

A PivotGridImageProperties object that represents the image settings.

Remarks

Use the ColumnAreaHeaders property to specify a custom image for the Column Area section.

The default image is shown below:

pivotgrid_FieldListImages_ColumnAreaFields

See Also