Back to Devexpress

ASPxPivotGrid.GridLayout Event

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-9825e0cb.md

latest1.6 KB
Original Source

ASPxPivotGrid.GridLayout Event

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

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public event EventHandler GridLayout
vb
Public Event GridLayout As EventHandler

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

SaveLayoutToString

SaveLayoutToStream

LoadLayoutFromString

LoadLayoutFromStream

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace