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

PivotGridFieldValueTemplateItem.CollaspedImage Property

OBSOLETE

Use the CollapsedImage property instead

Gets the settings, which define the image displayed within the corresponding field value in the collapsed state.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

[Obsolete("Use the CollapsedImage property instead")]
public ImageProperties CollaspedImage { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object which contains image settings.

See Also