ComponentOne Xamarin Edition
GridSelectionMode Enumeration
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace : 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
         C1.Xamarin.Forms.Grid.GridSelectionMode

See Also

Reference

C1.Xamarin.Forms.Grid Namespace