Version

GetColumnAtRenderedIndex Method (XamDataGrid)

Gets the column that appears at the index specified. This is not the columns actual index in the column's collection but the index for how it appears visually in the grid.
Syntax
public Column GetColumnAtRenderedIndex( 
   int index
)

Parameters

index
The rendered index of the column.
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