Version

GridSelectionBehavior Enumeration

Indicates the selection mode to use for the grid.
Syntax
public enum GridSelectionBehavior : System.Enum 
Members
MemberDescription
ModifierBasedOnly one row or cell is selected at a time and modifier keys are required to multi-select them.
ToggleRows and cells are selected using a toggleable behavior. Modifier selection is ignored (CTRL and SHIFT).
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