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

SpanRule(String, Int32, Int32) Constructor

Initializes a new instance of the SpanRule class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public SpanRule(
    string breakpointName,
    int columnSpan,
    int rowSpan
)

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