Skip to main content
All docs
V23.2

IGrid.KeyboardNavigationEnabled Property

Specifies whether keyboard navigation and shortcuts are available in the Grid component.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(false)]
bool KeyboardNavigationEnabled { get; set; }

Property Value

Type Default Description
Boolean false

true if keyboard navigation is enabled; otherwise, false.

Remarks

Refer to the KeyboardNavigationEnabled property description for more information and an example.

See Also