New to Kendo UI for Angular? Start a free 30-day trial
FormatItem
Updated on Jun 13, 2025
Represents a single item in the formatting DropDownList.
typescript
const formatItem: FormatItem = {
tag: 'h1',
text: 'Heading 1'
};