ASPxPivotGrid.GridLayout Event
Fires immediately after the ASPxPivotGrid’s layout has been changed.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Event Data
The GridLayout event's data class is EventArgs.
Remarks
When changing the position of fields, expanding field values or performing other actions that affect the size and position of grid elements, the ASPxPivotGrid’s layout changes. As a result, the GridLayout event is raised.
See Also