LayoutItemBase.RowSpan Property
Gets or sets the number of rows that the layout item spans.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(1)]
public virtual int RowSpan { get; set; }
<DefaultValue(1)>
Public Overridable Property RowSpan As Integer
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
Feedback