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

ASPxRibbon.AutoGenerateAccessKeys Property

Specifies if access keys for ribbon elements should be generated automatically.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool AutoGenerateAccessKeys { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if access keys are generated automatically; otherwise, false.

Remarks

The ASPxRibbon control provides end-users with the capability to navigate through ribbon items using the keyboard. The control automatically generates access keys for its elements (tabs, groups, etc.). You can disable the access key auto generation by setting the AutoGenerateAccessKeys property to false. Note that in this case, you should specify the access key for every element manually.

Concept

Keyboard Support

Online Demo

Ribbon - Keyboard Support

See Also