'Declaration Public Enum GanttStates Inherits System.Enum
public enum GanttStates : System.Enum
Member | Description |
---|---|
ActiveCell | The XamGantt.ActiveCell is non-null |
All | All the available states |
IsDraggingTaskBar | A Infragistics.Controls.Schedules.Primitives.GanttTaskPresenterBase is being dragged. |
IsInEditMode | A cell in the grid portion is in edit mode. |
Project | The ProjectControlBase.Project is set. |
ProjectIsReadOnly | The Project.IsReadOnly is true |
ProjectTask | A cell associated with a ProjectTask is active or a task is provided by the command parameter. |
ProjectTasks | A cell associated with one or more ProjectTask instances are selected/active or a task is provided by the command parameter. |
SelectedCells | The XamGantt.SelectedCells has items. |
SelectedColumns | The XamGantt.SelectedColumns has items. |
SelectedRows | The XamGantt.SelectedRows has items. |
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