ASPxRibbon.AutoGenerateAccessKeys Property
Specifies if access keys for ribbon elements should be generated automatically.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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
Online Demo
See Also