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

TablePanel.SetRowSpan(Control, Int32) Method

Stretches the control vertically across the given number of cells. Note that this method can only be called for controls from the panel’s Controls collection.

Namespace: DevExpress.Utils.Layout

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

public void SetRowSpan(
    Control control,
    int value
)

Parameters

Name Type Description
control Control

The stretched control.

value Int32

The number of rows occupied by this control.

See Also