FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / KeyAction Enumeration

In This Topic
    KeyAction Enumeration
    In This Topic
    Specifies the actions taken by the grid when the user presses a key.
    Syntax
    'Declaration
     
    
    Public Enum KeyAction 
       Inherits System.Enum
    public enum KeyAction : System.Enum 
    Members
    MemberDescription
    DefaultNo special action.
    MoveAcrossMove the cursor right by one column.
    MoveAcrossOutMove the cursor right by one column, and to the next control in the tab order when the last cell is reached.
    MoveDownMove the cursor down by one row.
    NoneIgnore the key. This setting may be useful in situations where there are default buttons on a form. In this case, the grid should ignore the Enter key and let the form handle it.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.FlexGrid.KeyAction

    See Also