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

SpanRules.Add(SpanRule) Method

Adds the SpanRule object to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override void Add(
    SpanRule item
)

Parameters

Name Type Description
item 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