Gets or sets a value indicating whether users are allowed to edit items interactively.
Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public bool AllowInplaceEdit { get; set; } |
Visual Basic
![]() |
---|
Public Property AllowInplaceEdit As Boolean |
true if interactive editing is allowed; otherwise false. Default value is true.
If this property is disabled, users cannot edit item's text interactively. Handle the ItemInplaceEditStarting and ItemInplaceEditEnding events to control the editing of text.