General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
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; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsAdaptivity As BootstrapGridViewAdaptivitySettings
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
Feedback