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.v24.1.dll
NuGet Package: DevExpress.Web
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