RibbonHeaderModel
12 Sep 20251 minute to read
Interface for a class RibbonHeader
Properties
iconCss string
Specifies the icon class that is used to render an icon in the Ribbon tab header.
iconPosition string
Options for positioning the icon in the Ribbon tab header. This property depends on iconCss property.
The possible values are:
- Left: Places the icon to the
leftof the item. - Top: Places the icon on the
topof the item. - Right: Places the icon to the
rightend of the item. - Bottom: Places the icon at the
bottomof the item.
text string
Specifies the display text of the Ribbon tab header.