ASPxClientPivotGrid Class
In This Article
The client-side equivalent of the ASPxPivotGrid control.
#Declaration
TypeScript
declare class ASPxClientPivotGrid extends ASPxClientControl
#Remarks
The ASPxClientPivotGrid object serves as the client-side equivalent of the ASPxPivotGrid control, and replicates the server-side functionality implemented by the ASPxPivotGrid. In that way, a comprehensive client object model allows you to perform/handle various actions directly on the client by writing appropriate JavaScript code.
#Inheritance
ASPxClientControlBase
ASPxClientControl
ASPxClientPivotGrid
See Also