Skip to main content
A newer version of this page is available. .

ASPxTreeList.KeyboardSupport Property

Gets or sets a value that specifies whether keyboard navigation is available within the ASPxTreeList control.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if keyboard navigation is enabled; otherwise, false.

Remarks

To learn more, refer to the Keyboard Navigation topic.

Note

You can use UP/DOWN/LEFT/RIGHT keys to navigate between tree list nodes if the control’s KeyboardSupport option is enabled. However, the control does not allow you to use the mentioned keys for keyboard navigation if the AccessibilityCompliant option is also enabled.

Online Demo

Accessibility - Keyboard Support

See Also