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

PivotCustomizationFormImages.BottomPanelOnly2by2Layout Property

Gets the settings that define the image displayed within the ‘Areas Section Only (2 by 2)’ item of the Customization Form Layout context menu.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridImageProperties BottomPanelOnly2by2Layout { get; }

Property Value

Type Description
PivotGridImageProperties

A PivotGridImageProperties object that represents the image settings.

Remarks

Use the BottomPanelOnly2by2Layout property to specify a custom image for the ‘Areas Section Only (2 by 2)’ context menu item.

The default image is shown below:

pivotgrid_FieldListImages_BottomPanelOnly2By2

See Also