• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

MenuItem

An interface for the Menu items.

NameTypeDefaultDescription

contentTemplate?

TemplateRef<any>

Specifies a template for the item content.

cssClass?

any

The CSS classes that will be rendered on the item element (see example). Supports the type of values that are supported by ngClass.

cssStyle?

any

The CSS styles that will be rendered on the item element (see example). Supports the type of values that are supported by ngStyle.

data?

any

Represents the additional data that is associated with the Menu item.

disabled?

boolean

Specifies if the item is disabled (see example).

icon?

string

Specifies the name of the font icon that will be rendered for the item (see example).

items?

any[]

Specifies the children of the item (see example).

separator?

boolean

Specifies if this is a separator item. If set to true only the cssClass and cssStyle fields are rendered.

svgIcon?

SVGIcon

Defines an SVGIcon that will be rendered for the item using a KendoSVGIcon component.

template?

TemplateRef<any>

Specifies a template for the item.

text?

string

Specifies the item text (see example).

url?

string

Specifies a URL which is rendered as a href attribute on the item link (see example).