CardViewSettings.SettingsAdaptivity Property
Provides access to the Card View layout adaptivity settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ASPxCardViewAdaptivitySettings SettingsAdaptivity { get; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#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.