Version

MoveColumn Method (XamDataGrid)

Moves a column from one index to another in the grid.
Syntax
public void MoveColumn( 
   int oldIndex,
   int newIndex
)

Parameters

oldIndex
The old index from where to move the column.
newIndex
The new index to move the column to.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also