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

IModelViewLayoutElementWeb.Adaptivity Property

Specifies whether or not the layout element responds to browser window resizing.

Namespace: DevExpress.ExpressApp.Web.SystemModule

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

Declaration

[Browsable(false)]
bool Adaptivity { get; set; }

Property Value

Type Description
Boolean

true if the layout element responds to browser window resizing, otherwise false.

See Also