New to Kendo UI for Angular? Start a free 30-day trial
ContextMenuTargetContainerDirective
Represents a container for the targets of the ContextMenu.
html
<div
#target="kendoContextMenuTargetContainer"
kendoContextMenuTargetContainer
>
<div kendoContextMenuTarget></div>
<div kendoContextMenuTarget></div>
</div>
Selector
[kendoContextMenuTargetContainer]
Export Name
Accessible in templates as #kendoContextMenuTargetContainerInstance="kendoContextMenuTargetContainer"