Version

GanttTaskBarDragOperation Enumeration

Enumeration used to identify the type of drag operation being performed on a Infragistics.Controls.Schedules.Primitives.GanttTaskPresenterBase within a XamGantt
Syntax
'Declaration
 
Public Enum GanttTaskBarDragOperation 
   Inherits System.Enum
public enum GanttTaskBarDragOperation : System.Enum 
Members
MemberDescription
ChangePercentCompleteThe ProjectTask.PercentComplete will be calculated based on the date dragged to for the ProjectTask.CompleteThrough
MoveDeadlineThe ProjectTask.Deadline will be adjusted
MoveFinishOnlyThe ProjectTask.ManualFinish of a manual finish-only task will be adjusted
MoveStartOnlyThe ProjectTask.ManualStart of a manual start-only task will be adjusted
MoveTaskThe ProjectTask.ManualStart or ProjectTask.ManualFinish will be adjusted based on whether the project is scheduled from the start.
ResizeTaskThe ProjectTask.Duration will be adjusted
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