PivotCustomizationFormImages Class
Contains the settings that define images displayed in Customization Forms and ASPxPivotCustomizationControl controls.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return PivotCustomizationFormImages objects:
Remarks
The Customization Form and ASPxPivotCustomizationControl images are represented by the image settings stored in PivotCustomizationFormImages objects, and accessed via their properties. For instance, the PivotCustomizationFormImages.BottomPanelOnly1by4Layout property returns settings that represent an image displayed in the ‘Areas Section Only (1 by 4)’ item of the Customization Form Layout popup menu.
Use the ASPxPivotGrid.CustomizationFormImages property to customize images displayed in the pivot grid’s Customization Form (or the ASPxPivotCustomizationControl.Images property, for a standalone ASPxPivotCustomizationControl).
The following table lists the PivotCustomizationFormImages
properties that store the image settings:
Property | Description |
---|---|
PivotCustomizationFormImages.BottomPanelOnly1by4Layout | Gets the settings that define the image displayed within the ‘Areas Section Only (1 by 4)’ item of the Customization Form Layout context menu. |
PivotCustomizationFormImages.BottomPanelOnly2by2Layout | Gets the settings that define the image displayed within the ‘Areas Section Only (2 by 2)’ item of the Customization Form Layout context menu. |
PivotCustomizationFormImages.StackedDefaultLayout | Gets the settings that define the image displayed within the ‘Fields Section and Areas Section Stacked’ item of the Customization Form Layout context menu. |
PivotCustomizationFormImages.StackedSideBySideLayout | Gets the settings that define the image displayed within the ‘Fields Section and Areas Section Side-By-Side’ item of the Customization Form Layout context menu. |
PivotCustomizationFormImages.TopPanelOnlyLayout | Gets the settings that define the image displayed within the ‘Fields Section Only’ item of the Customization Form Layout context menu. |
PivotCustomizationFormImages.ColumnAreaHeaders | Gets the settings that define the image displayed above the Column Area section of the Customization Form. |
PivotCustomizationFormImages.DataAreaHeaders | Gets the settings that define the image displayed above the Data Area section of the Customization Form. |
PivotCustomizationFormImages.FilterAreaHeaders | Gets the settings that define the image displayed above the Filter Area section of the Customization Form. |
PivotCustomizationFormImages.FieldListHeaders | Gets the settings that define the image displayed above the Hidden Fields section of the Customization Form. |
PivotCustomizationFormImages.RowAreaHeaders | Gets the settings that define the image displayed above the Row Area section of the Customization Form. |