aspnetbootstrap-devexpress-dot-web-dot-bootstrap-63b830f6.md
Contains settings that relate to the grid’s adaptivity.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapGridViewAdaptivitySettings :
ASPxGridViewAdaptivitySettings
Public Class BootstrapGridViewAdaptivitySettings
Inherits ASPxGridViewAdaptivitySettings
The following members return BootstrapGridViewAdaptivitySettings objects:
BootstrapGridView control allows you to build adaptive or responsive page layouts with ease. Use the settings provided by the BootstrapGridViewAdaptivitySettings class to enable adaptivity mode and customize the adaptive layout behavior settings.
Responsive Layout
Adaptive Layout
An object of the BootstrapGridViewAdaptivitySettings type can be accessed by the BootstrapGridView.SettingsAdaptivity property.
Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridViewAdaptivitySettings BootstrapGridViewAdaptivitySettings
See Also