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

RibbonGroup.AccessKey Property

Specifies the access key that allows end-users to quickly navigate to current ribbon group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string AccessKey { get; set; }

Property Value

Type Default Description
String String.Empty

The access key for quick navigation to the ribbon group.

Remarks

The ASPxRibbon control provides end-users with the capability to navigate through ribbon items using the keyboard.

Use the AccessKey property to specify the keyboard shortcut for the current ribbon group. This allows you to navigate quickly to the group by pressing the specified character(s) on the keyboard.

Ribbon group access keys are displayed after a corresponding tab access key is pressed (RibbonTab.AccessKey) and when a group is collapsed.

ASPxRibbon_KeyboardSupport_Groups

Important

The AccessKey property is in effect provided the ASPxRibbon.KeyboardSupport property is set to true.

Concept

Keyboard Support

Online Demo

Ribbon - Keyboard Support

See Also