Skip to main content
A newer version of this page is available. .

GridViewSettings.SettingsAdaptivity Property

Provides access to the grid layout adaptivity settings.

Namespace: DevExpress.Web.Mvc

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

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