Back to Devexpress

PivotCustomizationFormImages Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dcec91c8.md

latest6.2 KB
Original Source

PivotCustomizationFormImages Class

Contains the settings that define images displayed in Customization Forms and ASPxPivotCustomizationControl controls.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotCustomizationFormImages :
    ImagesBase
vb
Public Class PivotCustomizationFormImages
    Inherits ImagesBase

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:

PropertyDescription
PivotCustomizationFormImages.BottomPanelOnly1by4LayoutGets the settings that define the image displayed within the ‘Areas Section Only (1 by 4)’ item of the Customization Form Layout context menu.
PivotCustomizationFormImages.BottomPanelOnly2by2LayoutGets the settings that define the image displayed within the ‘Areas Section Only (2 by 2)’ item of the Customization Form Layout context menu.
PivotCustomizationFormImages.StackedDefaultLayoutGets the settings that define the image displayed within the ‘Fields Section and Areas Section Stacked’ item of the Customization Form Layout context menu.
PivotCustomizationFormImages.StackedSideBySideLayoutGets 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.TopPanelOnlyLayoutGets the settings that define the image displayed within the ‘Fields Section Only’ item of the Customization Form Layout context menu.
PivotCustomizationFormImages.ColumnAreaHeadersGets the settings that define the image displayed above the Column Area section of the Customization Form.
PivotCustomizationFormImages.DataAreaHeadersGets the settings that define the image displayed above the Data Area section of the Customization Form.
PivotCustomizationFormImages.FilterAreaHeadersGets the settings that define the image displayed above the Filter Area section of the Customization Form.
PivotCustomizationFormImages.FieldListHeadersGets the settings that define the image displayed above the Hidden Fields section of the Customization Form.
PivotCustomizationFormImages.RowAreaHeadersGets the settings that define the image displayed above the Row Area section of the Customization Form.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ImagesBase PivotCustomizationFormImages

See Also

PivotCustomizationFormImages Members

DevExpress.Web.ASPxPivotGrid Namespace