Back to Devexpress

GridViewSettings.SettingsAdaptivity Property

aspnet-devexpress-dot-web-dot-mvc-dot-gridviewsettings-2b395401.md

latest1.9 KB
Original Source

GridViewSettings.SettingsAdaptivity Property

Provides access to the grid layout adaptivity settings.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v20.1.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxGridViewAdaptivitySettings SettingsAdaptivity { get; }
vb
Public ReadOnly Property SettingsAdaptivity As ASPxGridViewAdaptivitySettings

Property Value

TypeDescription
ASPxGridViewAdaptivitySettings

A ASPxGridViewAdaptivitySettings object that contains adaptivity settings.

|

Remarks

The Grid 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 Demo

See Also

Adaptivity

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace