\Kendo\UI\PropertyGridMessagesCommands

A PHP class representing the commands setting of PropertyGridMessages.

Methods

details

Defines the title attribute for the details command.

Returns

\Kendo\UI\PropertyGridMessagesCommands

Parameters

$value string

Example

<?php
$commands = new \Kendo\UI\PropertyGridMessagesCommands();
$commands->details('value');
?>

excel

Defines the text of the Export to Excel button that exports the component's data in spreadsheet format.

Returns

\Kendo\UI\PropertyGridMessagesCommands

Parameters

$value string

Example

<?php
$commands = new \Kendo\UI\PropertyGridMessagesCommands();
$commands->excel('value');
?>

group

Defines the title attribute for the group DropDownList.

Returns

\Kendo\UI\PropertyGridMessagesCommands

Parameters

$value string

Example

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

pdf

Defines the text of the Export to PDF button that exports the component's data in PDF format.

Returns

\Kendo\UI\PropertyGridMessagesCommands

Parameters

$value string

Example

<?php
$commands = new \Kendo\UI\PropertyGridMessagesCommands();
$commands->pdf('value');
?>

Defines the placeholder text in the PropertyGrid search panel.

Returns

\Kendo\UI\PropertyGridMessagesCommands

Parameters

$value string

Example

<?php
$commands = new \Kendo\UI\PropertyGridMessagesCommands();
$commands->search('value');
?>

sort

Defines the title attribute for the Sort DropDownList.

Returns

\Kendo\UI\PropertyGridMessagesCommands

Parameters

$value string

Example

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