Gets or sets a value indicating whether users are allowed to edit items interactively.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool AllowInplaceEdit { get; set; } |
Visual Basic Copy Code |
---|
Public Property AllowInplaceEdit As Boolean |
true to allow users to edit schedule items; otherwise, false. The default is true.
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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |