Back to Devexpress

CardViewSettings.SettingsAdaptivity Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-e5fe80e8.md

latest1.7 KB
Original Source

CardViewSettings.SettingsAdaptivity Property

Provides access to the Card View layout adaptivity settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
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

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace