Kendo.Mvc.UI.Fluent.SchedulerViewEditableSettingsBuilder
Defines the fluent interface for configuring the SchedulerViewEditableSettings.
Methods
Create(System.Boolean)
If set to true the user can create new events. Creating is enabled by default.
Parameters
create System.Boolean
The create
Destroy(System.Boolean)
If set to true the user can delete events from the view by clicking the "destroy" button. Deleting is enabled by default.
Parameters
destroy System.Boolean
The destroy
Update(System.Boolean)
If set to true the user can update events. Updating is enabled by default.
Parameters
update System.Boolean
The update