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

PivotGridImages Class

Contains the settings that define images displayed within the pivot grid’s elements.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public class PivotGridImages :
    ImagesBase

The following members return PivotGridImages objects:

Remarks

The PivotGridImages object provides a number of properties that allow you to assign images to various elements within the pivot grid. These properties can be accessed via the ASPxPivotGrid.Images property.

Inheritance

See Also