\Kendo\UI\GridColumnCommandItemText
A PHP class representing the text setting of GridColumnCommandItem.
Methods
cancel
The "cancel" text of the edit command.
Returns
\Kendo\UI\GridColumnCommandItemText
Parameters
$value string
Example
<?php
$text = new \Kendo\UI\GridColumnCommandItemText();
$text->cancel('value');
?>
edit
The "edit" text of the edit command.
Returns
\Kendo\UI\GridColumnCommandItemText
Parameters
$value string
Example
<?php
$text = new \Kendo\UI\GridColumnCommandItemText();
$text->edit('value');
?>
update
The "update" text of the edit command.
Returns
\Kendo\UI\GridColumnCommandItemText
Parameters
$value string
Example
<?php
$text = new \Kendo\UI\GridColumnCommandItemText();
$text->update('value');
?>