PivotGridFieldValueTemplateItem.CollapsedImage Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties CollapsedImage { get; }
#Property Value
Type | Description |
---|---|
Image |
A Image |
See Also