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

RibbonGroup.DialogBoxLauncherAccessKey Property

Specifies the access key that allows end-users to quickly navigate to current ribbon group’s dialog box launcher.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

The access key for quick navigation to the ribbon group’s dialog box launcher.

Remarks

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

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

The Ribbon item access keys are displayed after a corresponding tab access key (if the group is expanded) or a group access key (if the group is collapsed) is pressed.

ASPxRibbon_KeyboardSupport

Important

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

Concept

Keyboard Support

Online Demo

Ribbon - Keyboard Support

See Also