Back to Devexpress

GanttControl Events

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-dot-underscore-events.md

latest76.2 KB
Original Source

GanttControl Events

Represents a bar chart that illustrates a project schedule. The control displays project tasks organized in a tree list. The chart displays a bar against each task that shows the task start and finish dates, progress, and dependencies.

NameDescription
AddingNewDependency
AddingNewSplitTask
AfterCheckNodeOccurs after a node’s check state has been changed by an end-user. Inherited from TreeList.
AfterCollapseFires immediately after a node has been collapsed. Inherited from TreeList.
AfterDragNodeFires immediately after a drag-and-drop operation on a node has been successfully completed. Inherited from TreeList.
AfterDropNodeFires after a node is dropped. Inherited from TreeList.
AfterExpandFires immediately after a node has been expanded. Inherited from TreeList.
AfterFocusNodeFires in response to focus being moved between nodes. Inherited from TreeList.
AutoSizeChangedThis event is not relevant for this class. Inherited from Control.
BackColorChangedOccurs when the value of the BackColor property changes. Inherited from Control.
BackgroundImageChangedOccurs when the value of the BackgroundImage property changes. Inherited from Control.
BackgroundImageLayoutChangedOccurs when the BackgroundImageLayout property changes. Inherited from Control.
BandPositionChangedFires after a band changes its position or visibility. Inherited from TreeList.
BandWidthChangedOccurs when the band’s width is changed. Inherited from TreeList.
BeforeCheckNodeOccurs before a node’s check state is changed. Inherited from TreeList.
BeforeCollapseFires before a node is collapsed. Inherited from TreeList.
BeforeDragNodeFires when an attempt to drag a node is performed. Inherited from TreeList.
BeforeDropNodeFires when a node is about to be dropped, and allows you to cancel the operation. Inherited from TreeList.
BeforeExpandFires before a node is expanded. Allows you to implement dynamic node loading in unbound mode. Inherited from TreeList.
BeforeFocusNodeFires before a node is focused. Inherited from TreeList.
BeforeLoadLayoutOccurs before a layout is restored from storage (a stream, xml file or the system registry). Inherited from TreeList.
BindingContextChangedOccurs when the value of the BindingContext property changes. Inherited from Control.
CalcNodeDragImageIndexEnables you to specify a custom image to be displayed in front of nodes during node drag-and-drop. Inherited from TreeList.
CalcNodeHeightAllows you to assign custom node height. Inherited from TreeList.
CausesValidationChangedOccurs when the value of the CausesValidation property changes. Inherited from Control.
CellValueChangedFires immediately after a user closes a cell editor with a modified value. Inherited from TreeList.
CellValueChangingFires when an end-user starts to edit a cell value. Inherited from TreeList.
ChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. Inherited from Control.
ClickOccurs when the control is clicked. Inherited from Control.
ClientSizeChangedOccurs when the value of the ClientSize property changes. Inherited from Control.
ClipboardNodeCopyingFires before a data row, a group row, column headers, or band headers are copied to the clipboard. Allows you to apply a format, change copied data, or skip a data row or header. Inherited from TreeList.
ClipboardNodePastingFires before a node is pasted to the control. Allows you to apply a format, update the pasted data, or skip a data row. Inherited from TreeList.
ColumnButtonClickFires when the column button is clicked. Inherited from TreeList.
ColumnChangedFires immediately after the column collection or an individual column has been modified. Inherited from TreeList.
ColumnFilterChangedOccurs when a column’s filter condition is changed. Inherited from TreeList.
ColumnPositionChangedFires when a column is moved, hidden, or shown. Inherited from TreeList.
ColumnUnboundExpressionChangedFires after a column’s TreeListColumn.UnboundExpression property has been changed. Inherited from TreeList.
ColumnWidthChangedFires after a column’s width has been changed. Inherited from TreeList.
CompareNodeValuesEnables you to implement custom sorting for columns whose TreeListColumn.SortMode property is set to Custom. For versions 17.1 and higher, the CompareNodeValues event is deprecated and replaced with the TreeList.CustomColumnSort event. Inherited from TreeList.
ContextMenuChangedOccurs when the value of the ContextMenu property changes. Inherited from Control.
ContextMenuStripChangedOccurs when the value of the ContextMenuStrip property changes. Inherited from Control.
ControlAddedOccurs when a new control is added to the Control.ControlCollection. Inherited from Control.
ControlRemovedOccurs when a control is removed from the Control.ControlCollection. Inherited from Control.
CreateCustomNodeProvides the ability to create custom nodes. Inherited from TreeList.
CursorChangedOccurs when the value of the Cursor property changes. Inherited from Control.
CustomCalcTaskDependencyFires before the control calculates a dependency line. Allows you to specify the dependency line.
CustomColumnDisplayTextFires for both bound and unbound Tree List columns and allows you to provide a custom display text for any cell. Inherited from TreeList.
CustomColumnSortAllows you to apply custom sorting for those Tree List columns whose TreeListColumn.SortMode is set to Custom. Inherited from TreeList.
CustomDrawBandHeaderProvides the capability to custom paint band headers. Inherited from TreeList.
CustomDrawColumnHeaderProvides the ability to custom paint column headers and the column button. Inherited from TreeList.
CustomDrawEmptyAreaEnables you to custom paint a Tree List’s empty area. Inherited from TreeList.
CustomDrawFilterPanelEnables you to custom paint the Filter Panel. Inherited from TreeList.
CustomDrawFooterGives you the ability to perform custom painting of the summary footer. Inherited from TreeList.
CustomDrawFooterCellGives you the ability to perform custom painting of column footer cells. Inherited from TreeList.
CustomDrawNodeButtonGives you the ability to perform custom painting of expand buttons. Inherited from TreeList.
CustomDrawNodeCellProvides the ability to perform custom painting of node cells. Inherited from TreeList.
CustomDrawNodeCheckBoxEnables you to manually paint node check boxes. Inherited from TreeList.
CustomDrawNodeImagesProvides access to a GDI+/DirectX drawing surface and allows you to draw node icons manually. Inherited from TreeList.
CustomDrawNodeIndentEnables tree indents to be painted manually. Inherited from TreeList.
CustomDrawNodeIndicatorProvides the ability to perform custom painting of indicator cells. Inherited from TreeList.
CustomDrawNodePreviewAllows you to custom paint preview sections. Inherited from TreeList.
CustomDrawRowEnables you to paint rows. Inherited from TreeList.
CustomDrawRowFooterProvides the ability to perform custom painting of row footers. Inherited from TreeList.
CustomDrawRowFooterCellProvides the ability to perform custom painting of row footer cells. Inherited from TreeList.
CustomDrawScrollAllows you to draw custom scrollbars, or highlight specific positions on the scrollbars. Inherited from TreeList.
CustomDrawTaskFires before a task in the chart area is displayed. Provides access to a drawing surface and allows you to draw the task manually.
CustomDrawTaskDependencyFires before a task dependency line in the chart area is displayed. Provides access to a drawing surface and allows you to draw the task manually.
CustomDrawTimelineBarAllows you to draw a timeline bar.
CustomDrawTimelineTaskAllows you to draw tasks displayed on the timeline.
CustomDrawTimescaleColumnFires before a column in the chart area is displayed. Provides access to a drawing surface and allows you to draw the column manually.
CustomFilterDisplayTextAllows you to customize the text displayed within the Filter Panel. Inherited from TreeList.
CustomizationFormSearchAllows you to filter search results when a user searches in the Advanced Customization Form. Inherited from TreeList.
CustomizeItemAllows you to modify items generated from HTML templates.
CustomizeNewNodeFromOuterDataAllows you to initialize a new node when a user drops the node from another TreeList control onto the current TreeList control. Inherited from TreeList.
CustomizeNodeTemplateAllows you to customize templated nodes. Inherited from TreeList.
CustomNodeCellEditEnables editors to be assigned to cells on an individual basis. To avoid performance issues and increased memory consumption, assign repository items that already exist in the TreeList.RepositoryItems collection. Do not create new repository items in this handler. Inherited from TreeList.
CustomNodeCellEditForEditingAllows you to assign a custom editor to a column for in-place editing and override the default column editor, which is by default used both in display and edit modes. To avoid performance issues and increased memory consumption, assign repository items that already exist in the TreeList.RepositoryItems collection. Do not create new repository items in this handler. Inherited from TreeList.
CustomPrintTaskFires before a Gantt bar in the chart area is printed. Provides access to the drawing surface and allows you to draw the Gantt bar in a custom way.
CustomPrintTaskDependencyFires before a dependency line between two Gantt bars is printed. Provides access to the drawing surface and allows you to draw the dependency line in a custom way.
CustomPrintTimescaleColumnFires before a timescale column (the header and the chart area) is printed. Provides access to the drawing surface and allows you to draw the column in a custom way.
CustomPrintTreeColumnHeader
CustomRowFilterAllows you to specify the node visibility, regardless of the applied filter. Inherited from TreeList.
CustomScrollAnnotationAllows you to specify custom annotations. Inherited from TreeList.
CustomTaskDisplayTextAllows you to specify the caption displayed inside, to the left, and to the right of a task.
CustomTaskProgressFires when a task’s progress is recalculated and allows you to specify a custom value.
CustomTaskSchedulingFires during the automatic rescheduling process when the control calculates new start and finish dates for a task. Allows you to cancel rescheduling the current task and stop the rescheduling process for its successors.
CustomTimelineItemTextAllows you to specify a custom caption and details for tasks displayed on the timeline.
CustomUnboundColumnDataAllows you to provide data to unbound columns, and save their modified records to an external source. Inherited from TreeList.
DataSourceChangedOccurs whenever the TreeList changes its data source. Inherited from TreeList.
DefaultPaintHelperChangedFires when a different paint helper is assigned to the TreeList control. Inherited from TreeList.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DockChangedOccurs when the value of the Dock property changes. Inherited from Control.
DoubleClickOccurs when the control is double-clicked. Inherited from Control.
DragCancelNodeFires immediately after a drag-and-drop operation over a node has been canceled. Inherited from TreeList.
DragDropOccurs when a drag-and-drop operation is completed. Inherited from Control.
DragEnterOccurs when an object is dragged into the control’s bounds. Inherited from Control.
DragLeaveOccurs when an object is dragged out of the control’s bounds. Inherited from Control.
DragObjectDropFires immediately after the drag and drop operation has been completed. Inherited from TreeList.
DragObjectOverEnables you to control whether the dragged column header can be dropped at the current position. Inherited from TreeList.
DragObjectStartFires when an end-user attempts to drag a column header. Inherited from TreeList.
DragOverOccurs when an object is dragged over the control’s bounds. Inherited from Control.
EditFormHiddenFires after the Edit Form is closed. Inherited from TreeList.
EditFormPreparedFires when the Edit Form is about to be displayed. Allows you to customize the Edit Form. Inherited from TreeList.
EditFormShowingFires when the Edit Form is about to be displayed. Allows you to cancel the action. Inherited from TreeList.
EditorKeyDownOccurs when a key is pressed within an in-place editor that belongs to the container control. Inherited from EditorContainer.
EditorKeyPressOccurs when a character key is pressed within an in-place editor that belongs to the container control. Inherited from EditorContainer.
EditorKeyUpOccurs when a pressed key is released within an in-place editor that belongs to the container control. Inherited from EditorContainer.
EnabledChangedOccurs when the Enabled property value has changed. Inherited from Control.
EndSortingFires after a sorting operation has finished. Inherited from TreeList.
EnterOccurs when the control is entered. Inherited from Control.
FilterEditorCreatedAllows you to customize the Filter Editor before it is displayed on screen. Inherited from TreeList.
FilterExpressionEditorCreatedAllows you to customize the Expression Editor used to edit custom expressions that are displayed in the control’s Filter Editor. Inherited from TreeList.
FilterNodeThis event is obsolete. Use the TreeList.CustomRowFilter event instead. Inherited from TreeList.
FilterPopupExcelCustomizeTemplateAllows you to customize templates used by Excel-style Filter Dropdowns and external editors generated using Filtering UI Context. Inherited from TreeList.
FilterPopupExcelDataAllows you to add, remove, and modify data values and customize predefined filters in the Excel style pop-up filter menus. Filter items added manually on this event must be unique and sorted. Inherited from TreeList.
FilterPopupExcelParseFilterCriteriaAllows you to parse the filter criteria applied to data and select the corresponding values in the filter menu. Inherited from TreeList.
FilterPopupExcelPrepareTemplateAllows you to replace templates used by Excel-style Filter Dropdowns and external editors generated using Filtering UI Context. Inherited from TreeList.
FilterPopupExcelQueryFilterCriteriaFires when a filter criteria is about to be applied to data and allows you to customize the filter criteria. Inherited from TreeList.
FocusedColumnChangedFires immediately after focus has been moved from a column. Inherited from TreeList.
FocusedNodeChangedFires when focus moves from one node to another. Inherited from TreeList.
FontChangedOccurs when the Font property value changes. Inherited from Control.
ForeColorChangedOccurs when the ForeColor property value changes. Inherited from Control.
FormatInteractionTooltipValues
FormatRuleExpressionEditorCreatedAllows you to customize the Expression Editor embedded in the Edit Formatting Rule dialog. Inherited from TreeList.
GetCustomNodeCellEditObsolete. Provides the ability to assign editors to individual cells. Inherited from TreeList.
GetCustomNodeCellStyleObsolete. Provides the ability to assign custom style to individual cells. Inherited from TreeList.
GetCustomSummaryValueAllows you to specify custom summary values when the control is displayed on-screen. Inherited from TreeList.
GetNodeDisplayValueAllows you to display custom values within cells. This event is obsolete. Use the TreeList.CustomColumnDisplayText event instead. Inherited from TreeList.
GetPreviewTextEnables you to supply custom text for nodes’ preview sections. Inherited from TreeList.
GetPrintCustomSummaryValueAllows you to specify custom summary values when the control is printed. Inherited from TreeList.
GetPrintPreviewTextEnables you to display custom text in preview sections when the control is printed. Inherited from TreeList.
GetSelectImageAllows you to assign select images to nodes. Inherited from TreeList.
GetStateImageAllows you to assign state images to nodes. Inherited from TreeList.
GiveFeedbackOccurs during a drag operation. Inherited from Control.
GotFocusOccurs when the control receives focus. Inherited from Control.
HandleCreatedOccurs when a handle is created for the control. Inherited from Control.
HandleDestroyedOccurs when the control’s handle is in the process of being destroyed. Inherited from Control.
HelpRequestedOccurs when the user requests help for a control. Inherited from Control.
HiddenEditorFires immediately after a cell editor has been closed. Inherited from TreeList.
HideCustomizationFormFires immediately after the Customization Form has been closed. Inherited from TreeList.
HtmlElementMouseClickOccurs when a user clicks an element inside an HTML-CSS template. Inherited from TreeList.
HtmlElementMouseDoubleClickOccurs when a user double-clicks any element of an HTML-CSS template. Inherited from TreeList.
HtmlElementMouseDownOccurs when a mouse pointer is over an element of an HTML-CSS template, and a mouse button is pressed. Inherited from TreeList.
HtmlElementMouseMoveOccurs when a mouse pointer moves while over an element of an HTML-CSS template. Inherited from TreeList.
HtmlElementMouseOutOccurs when a mouse pointer leaves the bounds of an element within an HTML-CSS template. Inherited from TreeList.
HtmlElementMouseOverOccurs when a mouse pointer enters the bounds of an element within an HTML-CSS template. Inherited from TreeList.
HtmlElementMouseUpOccurs when a mouse button pressed over an element of an HTML-CSS template is released. Inherited from TreeList.
HtmlSelectedTextChangedInherited from TreeList.
HyperlinkClickFires when a hyperlink in a column or band header is activated. Inherited from TreeList.
ImeModeChangedOccurs when the ImeMode property has changed. Inherited from Control.
InitNewRowFires when a new node is about to be created in the New Item Row and allows you to initialize column values. Inherited from TreeList.
InvalidatedOccurs when a control’s display requires redrawing. Inherited from Control.
InvalidNodeExceptionFires when a node fails validation or when its data cannot be saved to the data source. Inherited from TreeList.
InvalidValueExceptionEnables you to handle exceptions raised as a result of assigning invalid values to cells. Inherited from TreeList.
KeyDownOccurs when a key is pressed while the control has focus. Inherited from Control.
KeyPressOccurs when a character. space or backspace key is pressed while the control has focus. Inherited from Control.
KeyUpOccurs when a key is released while the control has focus. Inherited from Control.
LayoutOccurs when a control should reposition its child controls. Inherited from Control.
LayoutUpdatedFires after a Tree List’s layout has been changed. Inherited from TreeList.
LayoutUpgradeOccurs after a layout the version of which doesn’t match the current layout version used has been loaded from storage (a stream, xml file or system registry). Inherited from TreeList.
LeaveOccurs when the input focus leaves the control. Inherited from Control.
LeftCoordChangedFires when the control’s content is scrolled horizontally. Inherited from TreeList.
LoadOccurs when a TreeList control is displayed for the first time. Inherited from TreeList.
LocationChangedOccurs when the Location property value has changed. Inherited from Control.
LostFocusOccurs when the control loses focus. Inherited from Control.
MarginChangedOccurs when the control’s margin changes. Inherited from Control.
MeasurePreviewHeightAllows you to specify the height of individual preview sections in pixels. Inherited from TreeList.
MouseCaptureChangedOccurs when the control loses mouse capture. Inherited from Control.
MouseClickOccurs when the control is clicked by the mouse. Inherited from Control.
MouseDoubleClickOccurs when the control is double clicked by the mouse. Inherited from Control.
MouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. Inherited from Control.
MouseEnterOccurs when the mouse pointer enters the control. Inherited from Control.
MouseHoverOccurs when the mouse pointer rests on the control. Inherited from Control.
MouseLeaveOccurs when the mouse pointer leaves the control. Inherited from Control.
MouseMoveOccurs when the mouse pointer is moved over the control. Inherited from Control.
MouseUpOccurs when the mouse pointer is over the control and a mouse button is released. Inherited from Control.
MouseWheelOccurs when the mouse wheel moves while the control has focus. Inherited from Control.
MoveOccurs when the control is moved. Inherited from Control.
NodeCellStyleAllows you to customize the appearance of individual cells. Inherited from TreeList.
NodeChangedFires after the node’s property has changed. Inherited from TreeList.
NodesReloadedFires when the Tree List control reloads all nodes. Inherited from TreeList.
PaddingChangedOccurs when the control’s padding changes. Inherited from Control.
PaintOccurs when the control is redrawn. Inherited from Control.
PaintExA DirectX-compatible event that replaces the standard Control.Paint event. Inherited from TreeList.
ParentChangedOccurs when the Parent property value changes. Inherited from Control.
ParseFindPanelTextFires after the query in the find panel changes. Allows you to create a filter condition based on the query and specify how to highlight results in the control. Inherited from TreeList.
PreviewKeyDownOccurs before the KeyDown event when a key is pressed while focus is on this control. Inherited from Control.
PrintExportProgressFires repeatedly while the TreeList’s data is being printed/exported. Inherited from TreeList.
PropertyDeserializingAllows you to restore certain settings previously saved in the layout. Inherited from TreeList.
PropertySerializingAllows you to include certain settings in the layout when you save it. Inherited from TreeList.
QueryAccessibilityHelpOccurs when AccessibleObject is providing help to accessibility applications. Inherited from Control.
QueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. Inherited from Control.
QueryCustomFunctionsAllows you to add custom-function-based filters (for example, ‘discount is more than 15%’) to Excel-style pop-up filter menus and/or the filter editor. Inherited from TreeList.
QueryEmptyTreeTemplateAllows you to assign HTML-CSS templates from the HtmlTemplates collection to an empty TreeList. Inherited from TreeList.
QueryItemTemplateAllows you to assign HTML-CSS templates from the GanttControl.HtmlTemplates collection to UI elements of the required type.
QueryNodeTemplateAllows you to assign HTML-CSS templates from the HtmlTemplates collection to nodes. Inherited from TreeList.
RegionChangedOccurs when the value of the Region property changes. Inherited from Control.
RequestTimescaleRulersFires when the chart is zoomed in / zoomed out. Allows you to customize the timescale rulers.
ResizeOccurs when the control is resized. Inherited from Control.
RightToLeftChangedOccurs when the RightToLeft property value changes. Inherited from Control.
RowCellClickFires when a cell is clicked. Inherited from TreeList.
RowClickFires when a row (node) is clicked. Inherited from TreeList.
RowSelectImageClickFires when a row’s select image is clicked. Inherited from TreeList.
RowStateImageClickFires when a row’s state image is clicked. Inherited from TreeList.
ScrollAnnotationsStyleAllows you to customize the scrollbar annotation color and alignment. Inherited from TreeList.
SelectImageClickFires when the user clicks a node’s select image. This event is obsolete. Use RowSelectImageClick instead. Inherited from TreeList.
SelectionChangedFires when node selection is changed. In v21.1 and higher, the event fires both in single and multiple node selection modes. Inherited from TreeList.
SelectionChangingAllows you to specify whether users can select and unselect nodes. Inherited from TreeList.
ShowCustomizationFormFires immediately after the Customization Form has been displayed. Inherited from TreeList.
ShowFilterPopupCheckedListBoxFires before a pop-up filter menu is displayed. Allows you to customize the value checklist. Inherited from TreeList.
ShowFilterPopupDateAllows you to customize a column’s dropdown calendar before it is displayed. Inherited from TreeList.
ShowFilterPopupExcelAllows you to hide specific filter conditions from the Filters tab of the Excel-style Drop-down Filter. Inherited from TreeList.
ShowFilterPopupListBoxFires before a pop-up filter menu is displayed. Allows you to customize the value list. Inherited from TreeList.
ShowingEditorFires before the TreeList is switched to edit mode. Inherited from TreeList.
ShownEditorFires immediately after a cell editor has been invoked. Inherited from TreeList.
ShowTreeListMenuObsolete. Allows you to customize the default menus for column headers, row and footer summaries, nodes, and the empty area. Inherited from TreeList.
SizeChangedOccurs when the Size property value changes. Inherited from Control.
SplitterPositionChangedFires after the splitter changes its position.
SplitterPositionChangingFires before the splitter changes its position. Allows you to cancel the action.
StartSortingFires before a sorting operation is started. Inherited from TreeList.
StateChangedFires after the Tree List’s state has changed. Inherited from TreeList.
StateImageClickFires when the user clicks a node’s state image. This event is obsolete. Use RowStateImageClick instead. Inherited from TreeList.
StyleChangedOccurs when the control style changes. Inherited from Control.
SubstituteFilterAllows you to replace the applied filter with another filter. Inherited from TreeList.
SystemColorsChangedOccurs when the system colors change. Inherited from Control.
TabIndexChangedOccurs when the TabIndex property value changes. Inherited from Control.
TabStopChangedOccurs when the TabStop property value changes. Inherited from Control.
TaskDependencyModificationRepeatedly fires when a user modifies a task’s dependency. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskDependencyModificationCanceledFires when a user presses Esc to cancel modifying a task’s dependency. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskDependencyModificationCompletedFires when a user finishes modifying a dependency. Allows you to cancel the operation.
TaskDependencyModifiedFires when a task’s dependency is successfully modified. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskFinishDateModificationRepeatedly fires when a user modifies a task’s finish date. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskFinishDateModificationCanceledFires when a user presses Esc to cancel modifying a task’s finish date. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskFinishDateModificationCompletedFires when a user finishes modifying a finish date. Allows you to cancel the operation.
TaskFinishDateModificationStartedFires when a user starts to modify a task’s finish date. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskFinishDateModifiedFires when a task’s finish date is successfully modified. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskMoveCanceledFires when a user presses Esc to cancel moving a task. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskMoveCompletedFires when a user finishes moving a task. Allows you to cancel the operation.
TaskMovedFires when a task is successfully moved. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskMoveStartedFires when a user starts to move a task. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskMovingRepeatedly fires when a user moves a task. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskPopupMenuShowingFires when a context menu for a task is about to be shown.
TaskProgressModificationRepeatedly fires when a user modifies a task’s progress. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskProgressModificationCanceledFires when a user presses Esc to cancel modifying a task’s progress. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskProgressModificationCompletedFires when a user finishes modifying progress. Allows you to cancel the operation.
TaskProgressModificationStartedFires when a user starts to modify a task’s progress. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskProgressModifiedFires when a task’s progress is successfully modified. This event only fires when a user modifies a task in the chart. When the user modifies a task in the task list, the event does not fire.
TaskToolTipShowingFires when a tooltip for a task is about to be shown.
TextChangedOccurs when the Text property value changes. Inherited from Control.
TimelinePopupMenuShowing
TimelineSplitterPositionChangedOccurs after the height of the timeline was changed.
TimelineSplitterPositionChangingOccurs before the timeline height is changed by a user and allows you to cancel the action.
TimelineTaskToolTipShowingAllows you to display a regular or super tooltip for a task displayed on the timeline.
TopVisibleNodeIndexChangedFires when the control’s content is scrolled vertically. Inherited from TreeList.
TreeListMenuItemClickProvides the ability to perform custom handling of a context menu item click. Inherited from TreeList.
TreeListPopupMenuShowingAllows you to customize the default menus for column headers, summary footers, and nodes.
UnboundExpressionEditorCreatedFires after an Expression Editor has been created for an unbound column. Inherited from TreeList.
ValidatedOccurs when the control is finished validating. Inherited from Control.
ValidateNodeGives you the ability to specify whether a modified node’s data is valid, and if this node can lose focus. Inherited from TreeList.
ValidatingOccurs when the control is validating. Inherited from Control.
ValidatingEditorFires when an editor is validated. Inherited from TreeList.
VirtualTreeGetCellValueThis event allows you to initialize cells (and optionally the check state) of the processed node, when populating the Tree List control with data dynamically. Inherited from TreeList.
VirtualTreeGetChildNodesAllows you to supply root and child nodes, when populating the Tree List control with data dynamically. Inherited from TreeList.
VirtualTreeSetCellValueAllows changes that are made to node cells and check state to be stored. Inherited from TreeList.
VisibleChangedOccurs when the Visible property value changes. Inherited from Control.

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace