Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IGrid.KeyboardNavigationEnabled Property

OBSOLETE

This property is now obsolete because the Grid component activates keyboard navigation and built-in shortcuts by default. Do not use this property in your project.

This property is now obsolete because the Grid component activates keyboard navigation and built-in shortcuts by default. Do not use this property in your project.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

#Declaration

C#
[Browsable(false)]
[DefaultValue(true)]
[Obsolete("This property is now obsolete because the Grid component activates keyboard navigation and built-in shortcuts by default. Do not use this property in your project.")]
bool KeyboardNavigationEnabled { get; set; }

#Property Value

Type Default Description
Boolean true

true if keyboard navigation is enabled; otherwise, false.

#Remarks

Refer to the following breaking change for more information: Grid – Keyboard navigation is now enabled by default.

See Also