ASPxPivotGrid.Images Property
In This Article
Provides access to the settings that define images displayed within the pivot grid’s elements.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotGridImages Images { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
The PivotGridImages object provides a number of properties that allow you to assign images to various elements within the ASPxPivotGrid.
See Also