Skip to main content

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.v23.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