\Kendo\UI\SplitButtonMessages

A PHP class representing the messages setting of SplitButton.

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\SplitButtonMessages

Parameters

$value string

Example

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