\Kendo\UI\DropDownButtonMessages

A PHP class representing the messages setting of DropDownButton.

Methods

labelSuffix

Controls the label suffix that will be concatenated to the button's text and used for the aria-label attribute.

Returns

\Kendo\UI\DropDownButtonMessages

Parameters

$value string

Example

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