Skip to main content
A newer version of this page is available.
All docs
V19.2

PivotCustomizationFormImages(ISkinOwner) Constructor

Initializes a new instance of the PivotCustomizationFormImages class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotCustomizationFormImages(
    ISkinOwner owner
)

Parameters

Name Type Description
owner DevExpress.Web.Internal.ISkinOwner

An object that implements the DevExpress.Web.Internal.ISkinOwner interface, representing the pivot grid or pivot customization control that owns the images.

Remarks

Instances of the PivotCustomizationFormImages class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.

See Also