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

RibbonDataFields.AccessKeyField Property

Gets or sets the data source field which provides ribbon element access keys.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "AccessKey"

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

Remarks

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

Use the AccessKeyField property to specify the bound data source’s data field (or an xml element’s attribute) which stores the access keys of ribbon elements. The AccessKeyField property maps the AccessKey properties of objects to the specified data field’s values.

Concept

Keyboard Support

Online Demo

Ribbon - Keyboard Support

See Also