SpanRules.Add(SpanRule) Method
Adds the SpanRule object to the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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
Online Demo
Form Layout - Adaptive Grid Layout
See Also