ASPxGridView.SettingsAdaptivity Property
Provides access to the grid layout adaptivity settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ASPxGridViewAdaptivitySettings | A ASPxGridViewAdaptivitySettings object that contains adaptivity settings. |
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 SettingsAdaptivity property to customize the layout behavior settings.
Online Demos
See Also