BootstrapGridView.SettingsAdaptivity Property
Provides access to the grid layout adaptivity settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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