Skip to main content
Tab

ASPxRibbon.KeyboardSupport Property

Gets or sets a value that specifies whether keyboard navigation is available in the ASPxRibbon control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 Support topic.

ASPxRibbon_KeyboardSupport

Online Demo

Ribbon - Keyboard Support

See Also