ContextMenuTargetContainerDirective
Directive
Represents a container for the targets of the ContextMenu.
Definition
Package:@progress/kendo-angular-menu
Selector:[kendoContextMenuTargetContainer]
Export Name:Accessible in templates as #kendoContextMenuTargetContainerInstance="kendoContextMenuTargetContainer"
Syntax:
html
<div
#target="kendoContextMenuTargetContainer"
kendoContextMenuTargetContainer
>
<div kendoContextMenuTarget></div>
<div kendoContextMenuTarget></div>
</div>