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

LayoutItemBase.RowSpan Property

Gets or sets the number of rows that the layout item spans.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(1)]
public virtual int RowSpan { get; set; }

Property Value

Type Default Description
Int32 1

An integer value that specifies the number of rows in the parent container that the layout item spans.

See Also