Gets or sets a value indicating whether users are allowed to change the appointment's end time.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public override bool AllowResize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overrides Property AllowResize As Boolean |
true if the appointment can be resized interactively; otherwise, false. The default is true.
See Also