MindFusion.Scheduling for ASP.NET Programmer's Guide
Calendar.AllowInplaceEdit Property
See Also
 





Gets or sets a value indicating whether users are allowed to edit items interactively.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public bool AllowInplaceEdit { get; set; }

Visual Basic  Copy Code

Public Property AllowInplaceEdit As Boolean

 Property Value

true if interactive editing is allowed; otherwise false. Default value is true.

 Remarks

If this property is disabled, users cannot edit item's text interactively. Handle the ItemInplaceEditStarting and ItemInplaceEditEnding events to control the editing of text.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace