'Declaration Public Enum GanttCommandId Inherits System.Enum
public enum GanttCommandId : System.Enum
Member | Description |
---|---|
AddSubtask | Adds a new task to ProjectTask.Tasks collection of the the specified task or the active/selected task if one isn't specified. |
AddTask | Inserts a new task after the specified task or the active/selected task if one isn't specified. |
CalculateProject | Invokes the Project.Calculate method of the associated ProjectControlBase.Project |
CancelTaskBarDrag | Cancels the dragging of a task bar that is currently in progress. |
ChangeTaskToActive | Changes the ProjectTask.IsActive to true for the task, their descendants and any inactive ancestors. |
ChangeTaskToAutomatic | Changes the ProjectTask.IsManual to false. |
ChangeTaskToInactive | Changes the ProjectTask.IsActive to false for the task(s) and their descendants. |
ChangeTaskToManual | Changes the ProjectTask.IsManual to true. |
ChangeViewTable | Changes the ProjectView.TableKey of the current XamGantt.View to the specified table. |
ClearSort | Clears the ProjectView.SortedColumns of the XamGantt.View |
DeleteLink | Removes the specified ProjectTaskDependency |
DeleteTask | Deletes the specified task(s) or the selected task(s) if one isn't specified. |
EnterEditMode | Enters edit mode on the current active cell. |
ExitEditModeAndAcceptChanges | Exits edit mode on the current active cell without canceling the edited value. |
ExitEditModeAndDiscardChanges | Exits edit mode on the current active cell and discards the edited value. |
HideColumn | Removes the column specified in the parameter from the table in view or the selected columns if a column is not specified |
HideSubtasks | Changes the ProjectTask.IsExpanded to false. |
IndentTask | Invokes the ProjectTask.Indent method of the specified task. |
InsertColumn | Inserts a column into the table in view in front of the currently selected column |
InsertTask | Inserts a new task before the specified task or the active/selected task if one isn't specified. |
NotACommand | Does nothing. NotACommand is always ignored. |
OutdentTask | Invokes the ProjectTask.Outdent method of the specified task. |
RespectLinks | Invokes the ProjectTask.RespectLinks method of the specified task(s) or the selected task(s) if one isn't specified. |
ScrollToNextTimescaleItem | Scrolls the timescale forward to the next small timescale interval. |
ScrollToNextTimescalePage | Scrolls the timescale forward by one page. |
ScrollToPreviousTimescaleItem | Scrolls the timescale backward to the previous small timescale interval. |
ScrollToPreviousTimescalePage | Scrolls the timescale backward by one page. |
ScrollToProjectFinish | Scrolls the timescale such that the Project.Finish is in view. |
ScrollToProjectStart | Scrolls the timescale such that the Project.Start is in view. |
ScrollToTaskFinish | Scrolls the timescale such that the ProjectTask.ManualFinish is in view. |
ScrollToTaskStart | Scrolls the timescale such that the ProjectTask.ManualStart is in view. |
ShowSubtasks | Changes the ProjectTask.IsExpanded to true. |
ToggleTaskActive | Toggles the ProjectTask.IsActive state. Note, when conflicts arise where a selected ancestor is active and a selected descendant is inactive, the ancestor and all of its descendants will be deactivated. |
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