Version

AllowedGanttTaskDragAreaTypes Enumeration

Enumeration used to identify the type of drag actions that are allowed for the element based on the Infragistics.Controls.Schedules.ProjectSettings
Syntax
'Declaration
 
Public Enum AllowedGanttTaskDragAreaTypes 
   Inherits System.Enum
public enum AllowedGanttTaskDragAreaTypes : System.Enum 
Members
MemberDescription
ChangePercentCompleteThe percent complete may be adjusted using the element
FinishLinkA link to the finish of the task may be created
MoveTaskBarThe element may be moved
NoneNone of the operations is allowed for the element.
ResizeTaskBarEndThe element may be resized
StartLinkA link to the start of the task may be created
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also