Version

IsExclusivelySticky Method (IDataSource)

Gets whether the row is allowed to push other sticky rows with the same priority.
Syntax
bool IsExclusivelySticky( 
   int row
)

Parameters

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

Return Value

True, if the row should be exclusively sticky for its priority.
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