PivotGridSettings.GridLayout Property
In This Article
Fires after the PivotGrid’s layout has been changed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public EventHandler GridLayout { get; set; }
#Property Value
Type | Description |
---|---|
Event |
An Event |
#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