C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridSelectionMode Enumeration


GridSelectionMode Enumeration
Specifies constants that define the selection behavior.
Syntax
'Declaration
 
Public Enum GridSelectionMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As GridSelectionMode
Members
MemberDescription
CellSelection corresponds to a single cell.
CellRangeSelection corresponds to a cell range.
NoneSelection is not available.
RowSelection corresponds to a single row.
RowRangeSelection corresponds to a set of contiguous rows.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Grid.GridSelectionMode

See Also