\Kendo\UI\SchedulerViewGroup

A PHP class representing the group setting of SchedulerView.

Methods

date

If set to true and the group.resources has some resources set the view is grouped by date.Overrides the date option of the scheduler.

Returns

\Kendo\UI\SchedulerViewGroup

Parameters

$value boolean

Example

<?php
$group = new \Kendo\UI\SchedulerViewGroup();
$group->date(true);
?>

orientation

The orientation of the group headers. Supported values are horizontal or vertical. Note that the agenda view is always in vertical orientation.

Returns

\Kendo\UI\SchedulerViewGroup

Parameters

$value string

Example

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