RibbonDataFields.AccessKeyField Property
Gets or sets the data source field which provides ribbon element access keys.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
Online Demo
See Also