PivotGridSettings.GridLayout Property
Fires after the PivotGrid’s layout has been changed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
EventHandler | An EventHandler delegate method allowing you to implement custom processing. |
Remarks
When changing the position of fields, expanding field values or performing other actions that affect the size and position of grid elements, the PivotGrid’s layout changes. As a result, the GridLayout event is raised.
See Also