Search
Calendar.allowInplaceEdit Property
See Also
 






Gets or sets a value indicating whether calendar's items can be inplace-edited.

Namespace: MindFusion.Scheduling
File: Calendar.js

 Syntax

JavaScript  Copy Code

get allowInplaceEdit() {}
set allowInplaceEdit(value) {}

 Property Value

Boolean

True if the calendar's items can be inplace-edited, otherwise false.

 See Also