Skip to main content

GridViewSettings.SettingsAdaptivity Property

Provides access to the grid layout adaptivity settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxGridViewAdaptivitySettings SettingsAdaptivity { get; }

Property Value

Type Description
ASPxGridViewAdaptivitySettings

A ASPxGridViewAdaptivitySettings object that contains adaptivity settings.

Remarks

The Grid can automatically resize or hide grid data when the browser window is resized, allowing you to build adaptive or responsive page layouts. Use the SettingsAdaptivity property to customize the layout behavior settings.

Online Demo

See Also