Version

GanttStates Enumeration

Represents the different states of the XamGantt control. Used to evaluate whether a specific command can be executed.
Syntax
'Declaration
 
Public Enum GanttStates 
   Inherits System.Enum
public enum GanttStates : System.Enum 
Members
MemberDescription
ActiveCellThe XamGantt.ActiveCell is non-null
AllAll the available states
IsDraggingTaskBarA Infragistics.Controls.Schedules.Primitives.GanttTaskPresenterBase is being dragged.
IsInEditModeA cell in the grid portion is in edit mode.
ProjectThe ProjectControlBase.Project is set.
ProjectIsReadOnlyThe Project.IsReadOnly is true
ProjectTaskA cell associated with a ProjectTask is active or a task is provided by the command parameter.
ProjectTasksA cell associated with one or more ProjectTask instances are selected/active or a task is provided by the command parameter.
SelectedCellsThe XamGantt.SelectedCells has items.
SelectedColumnsThe XamGantt.SelectedColumns has items.
SelectedRowsThe XamGantt.SelectedRows has items.
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