DataControlBase.MoveColumnTo(ColumnBase, Int32) Method
In This Article
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 | Column |
A Column |
new |
Int32 | An integer value that specifies the column’s new position among the columns displayed within the destination area. |
See Also