Skip to main content

CardViewSettings.SettingsAdaptivity Property

Provides access to the Card View layout adaptivity settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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