Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBase Class / KeyActionEnter Property

In This Topic
    KeyActionEnter Property
    In This Topic
    Gets or sets the action to perform when the Enter key is pressed.
    Syntax
    'Declaration
     
    
    Public Property KeyActionEnter As GridEnterAction
    public GridEnterAction KeyActionEnter {get; set;}
    See Also