\Kendo\UI\GridColumnCommandItemIconClass
A PHP class representing the iconClass setting of GridColumnCommandItem.
Methods
cancel
The class for the web font icon of the cancel command button.
Returns
\Kendo\UI\GridColumnCommandItemIconClass
Parameters
$value string
Example
<?php
$iconClass = new \Kendo\UI\GridColumnCommandItemIconClass();
$iconClass->cancel('value');
?>
edit
The class for the web font icon of the edit command button.
Returns
\Kendo\UI\GridColumnCommandItemIconClass
Parameters
$value string
Example
<?php
$iconClass = new \Kendo\UI\GridColumnCommandItemIconClass();
$iconClass->edit('value');
?>
update
The class for the web font icon of the update command button.
Returns
\Kendo\UI\GridColumnCommandItemIconClass
Parameters
$value string
Example
<?php
$iconClass = new \Kendo\UI\GridColumnCommandItemIconClass();
$iconClass->update('value');
?>