Class GridKeySettings
Configures keyboard navigation for grid.
Inheritance
System.Object
GridKeySettings
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridKeySettings : OwningComponentBase
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 |
---|
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 |
---|
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 |
---|
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 |
---|
System.String |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |