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.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[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
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Refer to the following breaking change for more information: Grid – Keyboard navigation is now enabled by default.
Implements
See Also