public enum GridSelectionMode : System.Enum
Member | Description |
---|---|
MultipleCell | Multiple cells are permitted to be selected at a time from interaction. |
MultipleRow | Multiple rows are permitted to be selected at a time from interaction. |
None | No selection should be peformed based on interaction. |
RangeCell | Multiple cells are allowed to be selected however they are stored as ranges not individual cells. |
SingleCell | A single cell is permitted to be selected at a time from interaction. |
SingleRow | A single row is permitted to be selected at a time from interaction. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+