SpanRule(String, Int32, Int32) Constructor
Initializes a new instance of the SpanRule class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
breakpointName | String | A string value that represents a breakpoint name. |
columnSpan | Int32 | An integer value that specifies the number of columns the layout item spans. |
rowSpan | Int32 | An integer value that specifies the number of rows the layout item spans. |
See Also