Skip to main content

PivotCustomizationFormImages.TopPanelOnlyLayout Property

Gets the settings that define the image displayed within the ‘Fields Section Only’ item of the Customization Form Layout context menu.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridImageProperties TopPanelOnlyLayout { get; }

Property Value

Type Description
PivotGridImageProperties

A PivotGridImageProperties object that represents the image settings.

Remarks

Use the TopPanelOnlyLayout property to specify a custom image for the ‘Fields Section Only’ context menu item.

The default image is shown below:

pivotgrid_FieldListImages_TopPanelOnly

See Also