CardViewSettings.SettingsAdaptivity Property
Provides access to the Card View layout adaptivity settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ASPxCardViewAdaptivitySettings | A ASPxCardViewAdaptivitySettings object that contains adaptivity settings. |
Remarks
The CardView can automatically resize its 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.
Refer to the Adaptivity topic for more information.
Online Demo
See Also