Back to Devexpress

ASPxGridView.SettingsAdaptivity Property

aspnet-devexpress-dot-web-dot-aspxgridview-8b033306.md

latest1.7 KB
Original Source

ASPxGridView.SettingsAdaptivity Property

Provides access to the grid layout adaptivity settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

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

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

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace