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

BootstrapRibbonItemDataFields Properties

Name Description
AccessKeyField Gets or sets the data source field which provides ribbon element access keys. Inherited from RibbonDataFields.
BeginGroupField 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. Inherited from RibbonItemDataFields.
IconCssClassField
ItemTypeField Gets or sets the name of a data field (or an xml element’s attribute) which provides item types. Inherited from RibbonItemDataFields.
LargeImageUrlField
NameField Gets or sets the data source field which provides ribbon element names. Inherited from RibbonDataFields.
NavigateUrlField Gets or sets the name of a data field (or an xml element’s attribute) which provides item navigation locations. Inherited from RibbonItemDataFields.
OptionGroupNameField Gets or sets the name of a data field (or xml element attribute) which provides option group names for option button items. Inherited from RibbonItemDataFields.
SizeField Gets or sets the name of a data field (or an xml element’s attribute) which provides item sizes. Inherited from RibbonItemDataFields.
SmallImageUrlField
TextCssClassField
TextField Gets or sets the data source field which provides ribbon element text. Inherited from RibbonDataFields.
ToolTipField Gets or sets the data source field which provides ribbon item tooltips. Inherited from RibbonItemDataFields.
See Also