Skip to main content

TablePanel.SetColumnSpan(Control, Int32) Method

Stretches the control horizontally 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.v23.2.dll

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

Declaration

public void SetColumnSpan(
    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