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

Razor
 
            @(Html.Kendo().Scheduler<Kendo.Mvc.Examples.Models.Scheduler.Screening>()
                .Name("scheduler")
                .Footer(f=>f.Command("command"))
            )
             
In this article
MethodsCommand(System.String)
Not finding the help you need?
Contact Support