RibbonGroupDataFields Properties
Contains properties allowing you to specify data fields from which group settings of a bound ASPxRibbon should be obtained.| Name | Description |
|---|---|
| AccessKeyField | Gets or sets the data source field which provides ribbon element access keys. Inherited from RibbonDataFields. |
| DialogBoxLauncherAccessKeyField | Gets or sets the data source field which provides ribbon group dialog box launcher access keys. |
| ImageUrlField | Gets or sets the name of a data field (or xml element attribute) which provides URLs for images displayed within a group. |
| NameField | Gets or sets the data source field which provides ribbon element names. Inherited from RibbonDataFields. |
| ShowDialogBoxLauncherField | Gets or sets the name of a data field (or xml element attribute) which provides values specifying whether a group’s dialog box launcher is displayed. |
| TextField | Gets or sets the data source field which provides ribbon element text. Inherited from RibbonDataFields. |
See Also