PivotGridImages Class
In This Article
Contains 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 class PivotGridImages :
ImagesBase
#Related API Members
The following members return PivotGridImages objects:
#Remarks
The PivotGridImages object provides a number of properties that allow you to assign images to various elements within the pivot grid. These properties can be accessed via the ASPxPivotGrid.Images property.
#Inheritance
Object
StateManager
PropertiesBase
ImagesBase
PivotGridImages
See Also