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

TablePanel.SetRow(Control, Int32) Method

Places the control into a cell that belongs to this row. 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 SetRow(
    Control control,
    int value
)

Parameters

Name Type Description
control Control

The control to move.

value Int32

The new index of a Panel row.

See Also