Version

GanttTaskDragAreaType Enumeration

Enumeration used to identify the type of drag operation that should be triggered by dragging the associated GanttTaskDragArea
Syntax
'Declaration
 
Public Enum GanttTaskDragAreaType 
   Inherits System.Enum
public enum GanttTaskDragAreaType : System.Enum 
Members
MemberDescription
ChangePercentCompleteThe element is used to the change the Infragistics.Controls.Schedules.ProjectTask.PercentComplete based on the date over which the element is dragged.
MoveTaskBarThe element is used to move a task without changing its duration.
ResizeTaskBarEndThe element is used to change the end date of the task and thereby affect its duration.
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