Skip to main content

DataControlBase.MoveColumnTo(ColumnBase, Int32) Method

Moves the specified column to the specified position.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public void MoveColumnTo(
    ColumnBase source,
    int newVisibleIndex
)

Parameters

Name Type Description
source ColumnBase

A ColumnBase object that represents the source column.

newVisibleIndex Int32

An integer value that specifies the column’s new position among the columns displayed within the destination area.

See Also