New to Kendo UI for Angular? Start a free 30-day trial
ContextMenu Appearance
Size
The ContextMenu component allows you to set its size. To achieve this, use the size
property. It accepts values of type MenuSize
:
small
medium
(Default)large
none
—Removes the built-in sizing styles, allowing you to fully customize thepadding
of the items.
The following example demonstrates how to define the size of the ContextMenu.
Change Theme
Theme
Loading ...