C1.Blazor.GridControl Assembly / C1.Blazor.Grid Namespace / GridEnterAction Enumeration

GridEnterAction Enumeration
Defines constants that specify which action to perform when Enter key is pressed.
Syntax
'Declaration
 
Public Enum GridEnterAction 
   Inherits System.Enum
 
Members
MemberDescription
MoveAcrossMove to the next column. At the end of the row, wrap to the start of the next row.
MoveDownMove the selection to the next row.
NoneNo special action.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Blazor.Grid.GridEnterAction

See Also