Back to Devexpress

DxGrid.KeyboardNavigationEnabled Property

blazor-devexpress-dot-blazor-dot-dxgrid-0b5b8651.md

latest1.6 KB
Original Source

DxGrid.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.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[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.")]
[Parameter]
public bool KeyboardNavigationEnabled { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true if keyboard navigation is enabled; otherwise, false.

|

Remarks

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

Implements

KeyboardNavigationEnabled

See Also

DxGrid Class

DxGrid Members

DevExpress.Blazor Namespace