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





Gets or sets a value indicating whether users are allowed to edit items interactively. This is a dependency property.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public bool AllowInplaceEdit { get; set; }

Visual Basic  Copy Code

Public Property AllowInplaceEdit As Boolean

 Property Value

true to allow users to edit schedule items; otherwise, false. The default is true.

 Remarks

If this property is disabled, users cannot edit item's text interactively. Controlling the editing of item text can be done by handling the ItemInplaceEditStarting and ItemInplaceEditEnding events.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace
InteractiveItemType Property
AllowInplaceCreate Property