Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridKeySettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridKeySettings

    Configures keyboard navigation for grid.

    Inheritance
    System.Object
    SfBaseComponent
    SfDataBoundComponent
    GridKeySettings
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GridKeySettings : SfDataBoundComponent

    Constructors

    GridKeySettings()

    Declaration
    public GridKeySettings()

    Properties

    MoveDownCell

    Defines the action keys for the down cell movement.

    • EnterMoves to down cell on pressing Enter key
    • ArrowDownMoves to down cell on pressing down arrow key
    • ShiftDownMoves to down cell on pressing shift+down arrow key
    Declaration
    public string MoveDownCell { get; set; }
    Property Value
    Type Description
    System.String

    MoveLeftCell

    Defines the action keys for the left cell movement.

    • ShiftTabMoves to left cell on pressing Shift+Tab key
    • ArrowLeftMoves to left cell on pressing left arrow key
    • ShiftLeftMoves to left cell on pressing shift+left arrow key
    Declaration
    public string MoveLeftCell { get; set; }
    Property Value
    Type Description
    System.String

    MoveRightCell

    Defines the action keys for the right cell movement.

    • TabMoves to right cell on pressing Tab key
    • ArrowRightMoves to right cell on pressing right arrow key
    • ShiftRightMoves to right cell on pressing shift+right arrow key
    Declaration
    public string MoveRightCell { get; set; }
    Property Value
    Type Description
    System.String

    MoveUpCell

    Defines the action keys for the up cell movement.

    • ShiftEnterMoves to top cell on pressing Shit+Enter key
    • ArrowUpMoves to top cell on pressing up arrow key
    • ShiftUpMoves to top cell on pressing shift+up arrow key
    Declaration
    public string MoveUpCell { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnParametersSetAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved