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

PivotGridFieldValueTemplateItem.CollapsedImage Property

Gets the settings which define the image within the field’s expand button when the field is collapsed.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public ImageProperties CollapsedImage { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object which contains settings that define the image which corresponds to the field’s collapsed state.

See Also