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

PivotGridImages(ASPxPivotGrid) Constructor

Initializes a new instance of the PivotGridImages class with the specified owner.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridImages(
    ASPxPivotGrid owner
)

Parameters

Name Type Description
owner ASPxPivotGrid

An ASPxPivotGrid object that represents the owner of the created object.

See Also