Back to Devexpress

ASPxGridViewAdaptivitySettings Class

aspnet-devexpress-dot-web-4bd2794b.md

latest2.6 KB
Original Source

ASPxGridViewAdaptivitySettings Class

Contains settings that relate to the grid’s adaptivity.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGridViewAdaptivitySettings :
    ASPxGridSettingsBase
vb
Public Class ASPxGridViewAdaptivitySettings
    Inherits ASPxGridSettingsBase

The following members return ASPxGridViewAdaptivitySettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxGridView.SettingsAdaptivity
ASP.NET MVC ExtensionsGridViewSettings.SettingsAdaptivity

Remarks

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.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridViewAdaptivitySettings BootstrapGridViewAdaptivitySettings

See Also

ASPxGridViewAdaptivitySettings Members

Adaptive Layout with Form Layout

Responsive Layout

Adaptive Layout

DevExpress.Web Namespace