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

ASPxPivotGrid.Images Property

Provides access to the settings that define images displayed within the pivot grid’s elements.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridImages Images { get; }

Property Value

Type Description
PivotGridImages

A PivotGridImages object that contains image settings.

Remarks

The PivotGridImages object provides a number of properties that allow you to assign images to various elements within the ASPxPivotGrid.

See Also