SpanRules.Add() Method
In This Article
Creates a new SpanRule object and adds it to the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Returns
Type | Description |
---|---|
Span |
A Span |
#Remarks
SpanRule objects are used to specify a ASPxFormLayout item’s behavior at different breakpoints (LayoutBreakpoint).
#Concept
#Online Demo
Form Layout - Adaptive Grid Layout
See Also