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

SpanRules.Add() Method

Creates a new SpanRule object and adds it to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public SpanRule Add()

Returns

Type Description
SpanRule

A SpanRule object specifying the Form Layout item’s behavior.

Remarks

SpanRule objects are used to specify a ASPxFormLayout item’s behavior at different breakpoints (LayoutBreakpoint).

Concept

Adaptivity

Online Demo

Form Layout - Adaptive Grid Layout

See Also