RibbonGroupDataFields Properties
Contains properties allowing you to specify data fields from which group settings of a bound ASPxRibbon should be obtained.
Name | Description |
---|---|
Access |
Gets or sets the data source field which provides ribbon element access keys.
Inherited from Ribbon |
Dialog |
Gets or sets the data source field which provides ribbon group dialog box launcher access keys. |
Image |
Gets or sets the name of a data field (or xml element attribute) which provides URLs for images displayed within a group. |
Name |
Gets or sets the data source field which provides ribbon element names.
Inherited from Ribbon |
Show |
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. |
Text |
Gets or sets the data source field which provides ribbon element text.
Inherited from Ribbon |
See Also