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

ASPxGridView.SettingsAdaptivity Property

Provides access to the grid layout adaptivity settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ASPxGridViewAdaptivitySettings SettingsAdaptivity { get; }

Property Value

Type Description
ASPxGridViewAdaptivitySettings

A ASPxGridViewAdaptivitySettings object that contains adaptivity settings.

Remarks

ASPxGridView 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 Demos

See Also