Skip to main content

ASPxPivotGrid.GridLayout Event

Fires immediately after the ASPxPivotGrid’s layout has been changed.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public event EventHandler GridLayout

#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