ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / KeyActionEnter Property

In This Topic
    KeyActionEnter Property
    In This Topic
    Gets or sets a value that indicates the action performed by the grid when the user presses the Enter key.
    Syntax
    'Declaration
     
    
    Public Property KeyActionEnter As KeyAction
    public KeyAction KeyActionEnter {get; set;}
    See Also