<kendo:propertyGrid-contextMenu-bodyItem>

Configures the items of the ContextMenu for the table body element. Those are some valid predefined tools: "separator", "copy", "copyName", "copyDeclaration", "resize", "reset", "expandItem", "collpaseItem".You can also specify a custom item and associate it with a command.

Example

<kendo:propertyGrid-contextMenu-body>
    <kendo:propertyGrid-contextMenu-bodyItem></kendo:propertyGrid-contextMenu-bodyItem>
</kendo:propertyGrid-contextMenu-body>

Configuration Attributes

command java.lang.String

Specifies the command of the item.

Example

<kendo:propertyGrid-contextMenu-bodyItem command="command">
</kendo:propertyGrid-contextMenu-bodyItem>

icon java.lang.String

Specifies the icon of the item.

Example

<kendo:propertyGrid-contextMenu-bodyItem icon="icon">
</kendo:propertyGrid-contextMenu-bodyItem>

name java.lang.String

Specifies the name of the item.

Example

<kendo:propertyGrid-contextMenu-bodyItem name="name">
</kendo:propertyGrid-contextMenu-bodyItem>

text java.lang.String

Specifies the text of the item.

Example

<kendo:propertyGrid-contextMenu-bodyItem text="text">
</kendo:propertyGrid-contextMenu-bodyItem>
In this article
Not finding the help you need?