style String (default: "")

The style of the widget. Can be either empty string(""), or inset.

Example

<div data-role="view">
  <ul data-role="listview" data-style="inset">
    <li>Foo</li>
    <li>Bar</li>
  </ul>
</div>

<script>

new kendo.mobile.Application();
</script>
In this article