Xuni Product Documentation - Xamarin.Forms
GridSelectionMode Enumeration
Specifies constants that define the selection behavior.
Syntax
public enum GridSelectionMode : System.Enum 
Members
MemberDescription
Cell Selection corresponds to a single cell.
CellRange Selection corresponds to a cell range.
None Selection is not available.
Row Selection corresponds to a single row.
RowRange Selection corresponds to a set of contiguous rows.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xuni.Forms.FlexGrid.GridSelectionMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xuni.Forms.FlexGrid Namespace