New to Telerik UI for ASP.NET MVC? Download free 30-day trial

SchedulerFooterBuilder

Methods

Command(System.String)

Sets the command which will be displayed in the scheduler footer. Currently only "workDay" option is supported. If the option is set to false, the "workDay" button will be removed from the footer.

Parameters

value - System.String

The value for Command

Example


            @(Html.Kendo().Scheduler<Kendo.Mvc.Examples.Models.Scheduler.Screening>()
                .Name("scheduler")
                .Footer(f=>f.Command("command"))
            )

In this article
Not finding the help you need?