Search
ItemModifyConfirmEventArgs.AllowChangeResource Property
See Also
 






Gets or sets a value indicating whether the item is allowed to change its resources.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool AllowChangeResource { get; set; }

Visual Basic  Copy Code

Public Property AllowChangeResource As Boolean

 Property Value

A boolean value. The default is true.

 See Also