RibbonItemDirective
1 Oct 20251 minute to read
Properties
activeSize any
Defines the active size of the ribbon item.
Defaults to ‘Medium’
allowedSizes any
Defines the sizes that are allowed for the ribbon item on ribbon resize.
Defaults to null
buttonSettings any
Defines the settings for the ribbon button.
Defaults to {}
checkBoxSettings any
Defines the settings for the ribbon checkbox.
Defaults to {}
colorPickerSettings any
Defines the settings for the ribbon color picker.
Defaults to {}
comboBoxSettings any
Defines the settings for the ribbon combobox.
Defaults to {}
cssClass any
Defines one or more CSS classes to customize the appearance of item.
Defaults to ’’
disabled any
Defines whether the item is disabled or not.
Defaults to false
displayOptions any
Defines the display options for the ribbon item.
Defaults to ‘Auto’
dropDownSettings any
Defines the settings for the ribbon dropdown button.
Defaults to {}
gallerySettings any
Defines the properties of the gallery view in Ribbon.
Defaults to {}
groupButtonSettings any
Defines the properties for group button in Ribbon
Defaults to {}
id any
Defines a unique identifier for the item.
Defaults to ’’
itemTemplate string|object|HTMLElement
Defines the template content for the ribbon item.
ActiveSize property is passed as string in template context.
Defaults to ’’
keyTip any
Defines the key tip text to be accessed for specified Ribbon item.
Defaults to ’’
ribbonTooltipSettings any
Defines the settings for the tooltip of the item.
Defaults to {}
splitButtonSettings any
Defines the settings for the ribbon split button.
Defaults to {}
type any
Defines the type of control to be added as the Ribbon Item.
Defaults to RibbonItemType.Button