RibbonSettings.AutoGenerateAccessKeys Property
Specifies if access keys for ribbon elements should be generated automatically.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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
See Also