DataControlBase.MoveColumnTo(ColumnBase, Int32) Method
In This Article
Moves the specified column to the specified position.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#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