\Kendo\UI\TaskBoardColumnSettingsButton
A PHP class representing the button setting of TaskBoardColumnSettingsButtons.
Methods
command
The command of the button.
Returns
\Kendo\UI\TaskBoardColumnSettingsButton
Parameters
$value string
Example
<?php
$button = new \Kendo\UI\TaskBoardColumnSettingsButton();
$button->command('value');
?>
icon
The icon of the button.
Returns
\Kendo\UI\TaskBoardColumnSettingsButton
Parameters
$value string
Example
<?php
$button = new \Kendo\UI\TaskBoardColumnSettingsButton();
$button->icon('value');
?>
name
The name of the button.
Returns
\Kendo\UI\TaskBoardColumnSettingsButton
Parameters
$value string
Example
<?php
$button = new \Kendo\UI\TaskBoardColumnSettingsButton();
$button->name('value');
?>
options
The command options of the button.
Returns
\Kendo\UI\TaskBoardColumnSettingsButton
Parameters
$value string
Example
<?php
$button = new \Kendo\UI\TaskBoardColumnSettingsButton();
$button->options('value');
?>
spriteCssClass
The class name of the icon element.
Returns
\Kendo\UI\TaskBoardColumnSettingsButton
Parameters
$value string
Example
<?php
$button = new \Kendo\UI\TaskBoardColumnSettingsButton();
$button->spriteCssClass('value');
?>
text
The text of the button.
Returns
\Kendo\UI\TaskBoardColumnSettingsButton
Parameters
$value string
Example
<?php
$button = new \Kendo\UI\TaskBoardColumnSettingsButton();
$button->text('value');
?>