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

RibbonSettings.AutoGenerateAccessKeys Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public bool AutoGenerateAccessKeys { get; set; }

Property Value

Type Description
Boolean

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

Remarks

The Ribbon extension provides end-users with the capability to navigate through ribbon items using the keyboard. The extension 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.

Online Demo

Ribbon - Keyboard Support

See Also