\Kendo\UI\GridContextMenuGroup

A PHP class representing the group setting of GridContextMenuGroups.

Methods

command

Specifies the command of the item.

Returns

\Kendo\UI\GridContextMenuGroup

Parameters

$value string

Example

<?php
$group = new \Kendo\UI\GridContextMenuGroup();
$group->command('value');
?>

icon

Specifies the icon of the item.

Returns

\Kendo\UI\GridContextMenuGroup

Parameters

$value string

Example

<?php
$group = new \Kendo\UI\GridContextMenuGroup();
$group->icon('value');
?>

name

Specifies the name of the item.

Returns

\Kendo\UI\GridContextMenuGroup

Parameters

$value string

Example

<?php
$group = new \Kendo\UI\GridContextMenuGroup();
$group->name('value');
?>

text

Specifies the text of the item.

Returns

\Kendo\UI\GridContextMenuGroup

Parameters

$value string

Example

<?php
$group = new \Kendo\UI\GridContextMenuGroup();
$group->text('value');
?>
In this article
Not finding the help you need?