Skip to main content
Tab

LayoutItemBase.RowSpan Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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