Skip to main content

PivotGridSettings.GridLayout Property

Fires after the PivotGrid’s layout has been changed.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public EventHandler GridLayout { get; set; }

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