Skip to main content
A newer version of this page is available. .

CardViewSettings.SettingsAdaptivity Property

Provides access to the Card View layout adaptivity settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public ASPxCardViewAdaptivitySettings SettingsAdaptivity { get; }

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

Card View - Adaptive Layout

See Also