Version

GetStickyRowPriority Method (IDataSource)

Gets the priority of a pinned row, which defines how it interacts with other pinned rows.
Syntax
int GetStickyRowPriority( 
   int row
)

Parameters

row
The index of the row to get the priority for.

Return Value

The priority of the row.
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