\Kendo\UI\ScrollViewItem

A PHP class representing the item setting of ScrollViewItems.

Methods

content

Sets the HTML content of the ScrollViewItem.

Returns

ScrollViewItem

$value string

Example

<?php
$item = new \Kendo\UI\ScrollViewItem();
$item->content('<strong>Content</strong>');
?>
In this article
Not finding the help you need?