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

TablePanel.SetColumn(Control, Int32) Method

Places the control into a cell that belongs to this column. Note that this method can be called only 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 SetColumn(
    Control control,
    int value
)

Parameters

Name Type Description
control Control

The control to move.

value Int32

The new index of a Panel column.

See Also