Version

GridSelectionMode Enumeration

Indicates the selection mode to use for the grid.
Syntax
public enum GridSelectionMode : System.Enum 
Members
MemberDescription
MultipleCellMultiple cells are permitted to be selected at a time from interaction.
MultipleRowMultiple rows are permitted to be selected at a time from interaction.
NoneNo selection should be peformed based on interaction.
RangeCellMultiple cells are allowed to be selected however they are stored as ranges not individual cells.
SingleCellA single cell is permitted to be selected at a time from interaction.
SingleRowA single row is permitted to be selected at a time from interaction.
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