public enum GridEnterAction : System.Enum
public enum GridEnterAction : System.Enum
Member | Description |
---|---|
MoveAcross | Move to the next column. At the end of the row, wrap to the start of the next row. |
MoveDown | Move the selection to the next row. |
None | No special action. |
System.Object
System.ValueType
System.Enum
C1.WinUI.Grid.GridEnterAction