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

BootstrapGridView.SettingsAdaptivity Property

Provides access to the grid layout adaptivity settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewAdaptivitySettings SettingsAdaptivity { get; }

Property Value

Type Description
BootstrapGridViewAdaptivitySettings

A BootstrapGridViewAdaptivitySettings object that contains adaptivity settings.

Remarks

The BootstrapGridView 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.

Note

View the Demo To see this feature in action, please refer to the following online demo: Grid View - Adaptivity

See Also