PivotCustomizationFormImages.DataAreaHeaders Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotGridImageProperties DataAreaHeaders { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
Use the DataAreaHeaders property to specify a custom image for the Data Area section.
The default image is shown below:
See Also