Skip to main content
Tab

RibbonGroupDataFields.DialogBoxLauncherAccessKeyField Property

Gets or sets the data source field which provides ribbon group dialog box launcher access keys.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "DialogBoxLauncherAccessKey"

A string value that specifies the name of the data source field.

Remarks

The DialogBoxLauncherAccessKeyField property is in effect if the ASPxRibbon control is bound to a data source.

Use the DialogBoxLauncherAccessKeyField property to specify the bound data source’s data field (or an xml element’s attribute) which stores the access keys of ribbon dialog box launchers. The DialogBoxLauncherAccessKeyField property maps the RibbonGroup.DialogBoxLauncherAccessKey properties of objects to the specified data field’s values.

Concept

Keyboard Support

Online Demo

Ribbon - Keyboard Support

See Also