aspnet-devexpress-dot-web-4bd2794b.md
Contains settings that relate to the grid’s adaptivity.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxGridViewAdaptivitySettings :
ASPxGridSettingsBase
Public Class ASPxGridViewAdaptivitySettings
Inherits ASPxGridSettingsBase
The following members return ASPxGridViewAdaptivitySettings objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxGridView.SettingsAdaptivity |
| ASP.NET MVC Extensions | GridViewSettings.SettingsAdaptivity |
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 settings provided by the ASPxGridViewAdaptivitySettings class to enable adaptivity mode and customize the adaptive layout behavior settings.
Responsive Layout
Adaptive Layout
An object of the ASPxGridViewAdaptivitySettings type can be accessed by the ASPxGridView.SettingsAdaptivity property.
Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridViewAdaptivitySettings BootstrapGridViewAdaptivitySettings
See Also
ASPxGridViewAdaptivitySettings Members