RibbonItemDataFields Properties
Contains properties allowing you to specify data fields from which item 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 |
Begin |
Gets or sets the name of a data field (or xml element attribute) which provides values specifying whether an item separator should be displayed before items. |
Item |
Gets or sets the name of a data field (or an xml element’s attribute) which provides item types. |
Large |
Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within large items. |
Name |
Gets or sets the data source field which provides ribbon element names.
Inherited from Ribbon |
Navigate |
Gets or sets the name of a data field (or an xml element’s attribute) which provides item navigation locations. |
Option |
Gets or sets the name of a data field (or xml element attribute) which provides option group names for option button items. |
Size |
Gets or sets the name of a data field (or an xml element’s attribute) which provides item sizes. |
Small |
Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within small items. |
Text |
Gets or sets the data source field which provides ribbon element text.
Inherited from Ribbon |
Tool |
Gets or sets the data source field which provides ribbon item tooltips. |
See Also