Search
Item.AllowResize Property
See Also
 






Gets or sets a value indicating whether users are allowed to change the item's end time.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract bool AllowResize { get; set; }

Visual Basic  Copy Code

Public MustOverride Property AllowResize As Boolean

 Property Value

true if the item can be resized interactively; otherwise, false. The default is true.

 See Also