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

PivotCustomizationFormImages.FilterAreaHeaders Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridImageProperties FilterAreaHeaders { get; }

Property Value

Type Description
PivotGridImageProperties

A PivotGridImageProperties object that represents the image settings.

Remarks

Use the FilterAreaHeaders property to specify a custom image for the Filter Area section.

The default image is shown below:

pivotgrid_FieldListImages_FilterAreaFields

See Also