Class GridKeySettings
Configures keyboard navigation for grid.
Inheritance
System.Object
GridKeySettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridKeySettings : SfDataBoundComponent
Constructors
GridKeySettings()
Declaration
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
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides