Skip to main content

GanttControl Members

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.

Constructors

Name Description
GanttControl() Initializes a new GanttControl class instance.

Fields

Name Description
AutoFilterNodeId static Contains a value which specifies the Automatic Filtering Row‘s ID. Inherited from TreeList.
DefaultTreeLevelWidth static The default value for the TreeList.TreeLevelWidth property. Inherited from TreeList.
NewItemNodeId static An integer value that specifies the value of the TreeListNode.Id property of the node that represents the New Item Row. Inherited from TreeList.

Properties

Name Description
AccessibilityObject Gets the AccessibleObject assigned to the control. Inherited from Control.
AccessibleDefaultActionDescription Gets or sets the default action description of the control for use by accessibility client applications. Inherited from Control.
AccessibleDescription Gets or sets the description of the control used by accessibility client applications. Inherited from Control.
AccessibleName Gets or sets the name of the control used by accessibility client applications. Inherited from Control.
AccessibleRole Gets or sets the accessible role of the control. Inherited from Control.
ActiveEditor Gets the currently active cell editor. Inherited from TreeList.
ActiveFilter Retrieves the filtering criteria currently applied to this TreeList. Inherited from TreeList.
ActiveFilterCriteria Gets or sets the current filter criteria. Inherited from TreeList.
ActiveFilterEnabled Gets or sets whether the filtering functionality is enabled. Inherited from TreeList.
ActiveFilterInfo Gets the total filter expression. Inherited from TreeList.
ActiveFilterString Gets or sets the total filter expression for the TreeList. Inherited from TreeList.
AllNodesCount Returns the total number of nodes within the TreeList. Inherited from TreeList.
AllowDrop Gets or sets a value indicating whether the control can accept data that the user drags onto it. Inherited from Control.
AllowTouchGestures Gets or sets whether the EditorContainer allows touch gestures when the app runs on touch-enabled devices. Inherited from EditorContainer.
Anchor Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. Inherited from Control.
Appearance Provides access to appearance settings.
AppearancePrint Provides access to appearance settings applied when the control is printed.
AutoScrollOffset Gets or sets where this control is scrolled to in ScrollControlIntoView(Control). Inherited from Control.
AutoSize This property is not relevant for this class. Inherited from Control.
BackColor Gets the background color for the control’s empty space. Inherited from TreeList.
BackgroundImage Gets or sets the background image displayed in the control. Inherited from Control.
BackgroundImageLayout Gets or sets the background image layout as defined in the ImageLayout enumeration. Inherited from Control.
BandPanelRowHeight Gets or sets the logical row height of band headers. Inherited from TreeList.
Bands Provides access to the root band collection. Inherited from TreeList.
BestFitVisibleOnly

Gets or sets a value specifying which nodes take part in calculations when applying best fit to columns. This property is obsolete. Use the TreeListOptionsView.BestFitNodes property instead.

Inherited from TreeList.
BindingContext Gets or sets the BindingContext for the control. Inherited from Control.
BorderStyle Gets or sets the border style for the Tree List. Inherited from TreeList.
Bottom Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container’s client area. Inherited from Control.
Bounds Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. Inherited from Control.
CanEnableIme protected Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. Inherited from Control.
CanFocus Gets a value indicating whether the control can receive focus. Inherited from Control.
CanRaiseEvents protected Determines if events can be raised on the control. Inherited from Control.
CanSelect Gets a value indicating whether the control can be selected. Inherited from Control.
CanShowEditor Gets a value indicating whether the current cell’s editor can be invoked. Inherited from TreeList.
CanShowRowFooterSummary Gets whether group footers are allowed to be displayed. Inherited from TreeList.
Caption Gets or sets the caption displayed at the top of the TreeList control. Inherited from TreeList.
CaptionHeight Gets or sets the height, in pixels, of the panel at the top of the TreeList control in which the caption is displayed. Inherited from TreeList.
Capture Gets or sets a value indicating whether the control has captured the mouse. Inherited from Control.
CausesValidation Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. Inherited from Control.
ChartFinishDate Gets or sets the last date in the chart area.
ChartMappings Provides access to settings specified based on data source field names: task captions, task start and finish dates, task progress, etc.
ChartStartDate Gets or sets the first date in the chart area.
CheckForIllegalCrossThreadCalls static Gets or sets a value indicating whether to catch calls on the wrong thread that access a control’s Handle property when an application is being debugged. Inherited from Control.
ClientRectangle Gets the rectangle that represents the client area of the control. Inherited from Control.
ClientSize Gets or sets the height and width of the client area of the control. Inherited from Control.
ClipboardDataProvider Gets an object that provides data for the clipboard in various formats (plain text, plain unicode text, rich text, CSV, BIFF8, HTML). Inherited from TreeList.
ColumnPanelRowHeight Gets or sets the height of the column header panel, in pixels. Inherited from TreeList.
Columns Provides access to a Tree List’s column collection. Inherited from TreeList.
ColumnsImageList Gets or sets the source of images that can be displayed within column headers and bands. Inherited from TreeList.
CompanyName Gets the name of the company or creator of the application containing the control. Inherited from Control.
Container Gets the IContainer that contains the Component. Inherited from Component.
ContainsFocus Gets a value indicating whether the control, or one of its child controls, currently has the input focus. Inherited from Control.
ContextMenu Gets or sets the shortcut menu associated with the control. Inherited from Control.
Controls Gets the collection of controls contained within the control. Inherited from Control.
Created Gets a value indicating whether the control has been created. Inherited from Control.
CreateParams protected Gets the required creation parameters when the control handle is created. Inherited from Control.
Cursor Gets or sets the cursor that is displayed when the mouse pointer is over the TreeList control. Inherited from TreeList.
CustomizationForm Gets the object representing the Customization Form. Inherited from TreeList.
CustomizationFormBounds Gets or sets the boundaries of the Customization Form. Inherited from TreeList.
CustomizationRowCount Obsolete. This property is obsolete. Use the TreeList.CustomizationFormBounds property instead. Inherited from TreeList.
DataBindings Gets the data bindings for the control. Inherited from Control.
DataSource Gets or sets the data source for the current TreeList control. Inherited from TreeList.
DefaultBackColor static Gets the default background color of the control. Inherited from Control.
DefaultCursor protected Gets or sets the default cursor for the control. Inherited from Control.
DefaultFont static Gets the default font of the control. Inherited from Control.
DefaultForeColor static Gets the default foreground color of the control. Inherited from Control.
DefaultImeMode protected Gets the default Input Method Editor (IME) mode supported by the control. Inherited from Control.
DefaultMargin protected Gets the space, in pixels, that is specified by default between controls. Inherited from Control.
DefaultMaximumSize protected Gets the length and height, in pixels, that is specified as the default maximum size of a control. Inherited from Control.
DefaultMinimumSize protected Gets the length and height, in pixels, that is specified as the default minimum size of a control. Inherited from Control.
DefaultPadding protected Gets the internal spacing, in pixels, of the contents of a control. Inherited from Control.
DependencyMappings Provides access to names of data fields mapped to dependency properties (type, time lag, predecessor, and successor).
DependencySource Gets or sets the data source that contains values that specify dependencies between tasks.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DisableAccessibility static Gets or sets whether the control’s accessibility feature (providing information on the control’s data to accessibility tools, such as Microsoft Narrator) is disabled. Inherited from TreeList.
DisplayRectangle Gets the rectangle that represents the display area of the control. Inherited from Control.
Disposing Gets a value indicating whether the base Control class is in the process of disposing. Inherited from Control.
Dock Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. Inherited from Control.
DoubleBuffered protected Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. Inherited from Control.
DragExpandDelay Obsolete. Gets or sets the amount of time (in milliseconds) before the node is expanded when another node is dragged over it. Inherited from TreeList.
DragNodesMode Obsolete. Gets or sets how end-users can drop nodes. Inherited from TreeList.
EditingValue Gets or sets the cell value being edited. Inherited from TreeList.
EmptyTreeHtmlTemplate Specifies the default HTML-CSS template for an empty TreeList control. Inherited from TreeList.
Enabled Gets or sets a value indicating whether the control can respond to user interaction. Inherited from Control.
EnableEnhancedScrolling Gets or sets whether the Tree List uses an enhanced scroll mechanism, which only repaints the part of its area that becomes visible after a scroll operation. Inherited from TreeList.
EnableImprovedColumnSizing Gets or sets whether the updated column width calculation mechanism is enabled. Inherited from TreeList.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
Exceptions Provides access to rules that specify exceptions to the regular workweek schedule.
ExternalRepository Gets or sets the external repository of in-place editors. Inherited from EditorContainer.
FilterPanelText Gets the text displayed within the Filter Panel. Inherited from TreeList.
FindFilterText Gets the query in the Find Panel. Inherited from TreeList.
FindPanelVisible Gets or sets whether the Find Panel is visible. Inherited from TreeList.
FixedLineWidth Gets or sets the width of the vertical lines that separate fixed columns from the others. Inherited from TreeList.
Focused Gets a value indicating whether the control has input focus. Inherited from Control.
FocusedColumn Gets or sets the focused column. Inherited from TreeList.
FocusedNode Gets or sets the focused node. Inherited from TreeList.
FocusedTimelineBar Gets or sets the focused timeline bar.
FocusedValue Returns the focused Tree List cell value. Inherited from TreeList.
Font Gets or sets the font of the text displayed by the control. Inherited from Control.
FontHeight protected Gets or sets the height of the font of the control. Inherited from Control.
FooterPanelHeight Gets or sets the height of the Summary Footer. Inherited from TreeList.
ForeColor Gets or sets the control’s foreground color. Inherited from EditorContainer.
FormatConditions Gets the collection of style format conditions. Inherited from TreeList.
FormatRules Provides access to a collection of conditional formatting rules, which allow you to change the appearance of individual cells or rows based on specific conditions. Inherited from TreeList.
GroupButtonSize Obsolete. This property is obsolete. Gets or sets the size of group buttons. Inherited from TreeList.
Handle Gets the window handle that the control is bound to. Inherited from Control.
HasChildren Gets a value indicating whether the control contains one or more child controls. Inherited from Control.
HasColumnErrors Indicates whether the focused node or at least a single cell within the focused node has an error assigned. Inherited from TreeList.
HasFocus Gets a value indicating whether the Tree List control is focused. Inherited from TreeList.
Height Gets or sets the height of the control. Inherited from Control.
HierarchyColumnIndent Gets the summary node indent in the column displaying node collapse/expand buttons. Inherited from TreeList.
HorzScrollStep Gets or sets the offset by which the Tree List is scrolled horizontally when the scrollbar buttons are clicked. Inherited from TreeList.
HorzScrollVisibility Gets or sets a value specifying when the horizontal scrollbar should be displayed. Inherited from TreeList.
HtmlImages Gets or sets a collection of images that can be embedded in column/band headers and cells using the image tag. Inherited from TreeList.
HtmlTemplates A collection of HTML-CSS templates that can be applied to TreeList and Gantt UI elements. Inherited from TreeList.
ImeMode Gets or sets the Input Method Editor (IME) mode of the control. Inherited from Control.
ImeModeBase protected Gets or sets the IME mode of a control. Inherited from Control.
IndicatorWidth Gets or sets the indicator panel‘s width. Inherited from TreeList.
InvokeRequired Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. Inherited from Control.
IsAccessible Gets or sets a value indicating whether the control is visible to accessibility applications. Inherited from Control.
IsDesignMode This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from EditorContainer.
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from Control.
IsFindPanelVisible Returns whether or not the Find Panel is currently visible. Inherited from TreeList.
IsHandleCreated Gets a value indicating whether the control has a handle associated with it. Inherited from Control.
IsLoading Gets whether the control is being initialized. Inherited from EditorContainer.
IsLookUpMode Gets whether the current Tree List control functions as a part of a TreeListLookUpEdit control. Inherited from TreeList.
IsMirrored Gets a value indicating whether the control is mirrored. Inherited from Control.
IsPrinting Gets whether the control is sending data to the print/export engine. Inherited from TreeList.
IsPrintingAvailable Gets whether the control can be printed or exported. Inherited from TreeList.
IsUnboundMode Obtains the value determining whether the current TreeList control is in unbound mode. Inherited from TreeList.
LayoutEngine Gets a cached instance of the control’s layout engine. Inherited from Control.
LayoutVersion Obsolete. Gets or sets the version of the control’s layout. Inherited from TreeList.
Left Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container’s client area. Inherited from Control.
LeftCoord Gets or sets a value specifying the number of pixels by which the control’s content is scrolled horizontally. Inherited from TreeList.
LoadingPanelVisible Gets or sets whether the animated Loading Panel indicating the data load process is displayed. Inherited from TreeList.
Location Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. Inherited from Control.
LookAndFeel Inherited from EditorContainer.
Margin Gets or sets the space between controls. Inherited from Control.
MaximumSize Gets or sets the size that is the upper limit that GetPreferredSize(Size) can specify. Inherited from Control.
MenuManager Gets or sets an object that controls the look and feel of the popup menus. Inherited from EditorContainer.
MinimumSize Gets or sets the size that is the lower limit that GetPreferredSize(Size) can specify. Inherited from Control.
MinWidth Gets or sets the minimum allowed width of all the columns in a Tree List. Inherited from TreeList.
ModifierKeys static Gets a value indicating which of the modifier keys (SHIFT, CTRL, and ALT) is in a pressed state. Inherited from Control.
MouseButtons static Gets a value indicating which of the mouse buttons is in a pressed state. Inherited from Control.
MousePosition static Gets the position of the mouse cursor in screen coordinates. Inherited from Control.
MRUFilters Provides access to the TreeList’s most recently used filters. Inherited from TreeList.
Name Gets or sets the name of the control. Inherited from Control.
NewItemRowText Gets or sets the text displayed in the New Item Row when it is not focused. Inherited from TreeList.
NodeHtmlTemplate Specifies the default HTML-CSS template for nodes. Inherited from TreeList.
Nodes Provides access to the collection of root nodes.
NodesIterator Gets an object that enables you to perform specific operations on a set of nodes. Inherited from TreeList.
NonColumnFilterCriteria Gets a CriteriaOperator-based filter applied to the TreeList and not associated with any column. Inherited from TreeList.
NonColumnFilterString Gets the text representation of the filter applied to the TreeList and not associated with any column. Inherited from TreeList.
OptionsBehavior Provides access to a set of options that specify the behavior of the control.
OptionsClipboard Provides access to the options that control row copy and paste operations. Inherited from TreeList.
OptionsCustomization Provides access to a set of options that specify the customization facilities of the control.
OptionsDragAndDrop Contains options that control the node drag-and-drop functionality. Inherited from TreeList.
OptionsEditForm Provides access to options that specify the Edit Form — a modal form used to edit cell values. Inherited from TreeList.
OptionsFilter Provides access to the TreeList’s filtering options. Inherited from TreeList.
OptionsFind Provides access to settings controlling the behavior and visibility of the Find Panel and its elements. Inherited from TreeList.
OptionsHtmlTemplate Contains options that are applied when you use HTML and CSS Templates to render nodes. Inherited from TreeList.
OptionsLayout Provides access to options that specify how a control’s layout is stored to and restored from a data store (a stream, xml file or the system registry). Inherited from TreeList.
OptionsMainTimeRuler Provides access to options that specify the bottom timescale ruler: measure unit, maximum and minimum scale, division marks, etc.
OptionsMenu Provides access to the Tree List’s menu options. Inherited from TreeList.
OptionsNavigation Provides access to a TreeList‘s focus navigation options. Inherited from TreeList.
OptionsPrint Provides access to print options.
OptionsScrollAnnotations Provides access to options specific to scrollbar annotations. Inherited from TreeList.
OptionsSelection Provides access to the Tree List’s selection options. Inherited from TreeList.
OptionsSplitter Provides access to options of the splitter that separates the task list and chart.
OptionsTimeline Gets the timeline settings.
OptionsView Provides access to options that specify the view: visibility of particular visual elements, animations, etc.
Padding Gets or sets padding within the control. Inherited from Control.
Parent Gets or sets the parent container of the control. Inherited from Control.
PreferredSize Gets the size of a rectangular area into which the control can fit. Inherited from Control.
PreviewIndent Gets or sets the left horizontal offset of content in preview sections. Inherited from TreeList.
PreviewLineCount Gets or sets the number of text lines in preview sections. Inherited from TreeList.
ProductName Gets the product name of the assembly containing the control. Inherited from Control.
ProductVersion Gets the version of the assembly containing the control. Inherited from Control.
PropagatingImeMode protected static Gets an object that represents a propagating IME mode. Inherited from Control.
RecreatingHandle Gets a value indicating whether the control is currently re-creating its handle. Inherited from Control.
Region Gets or sets the window region associated with the control. Inherited from Control.
RenderRightToLeft protected This property is now obsolete. Inherited from Control.
RepositoryItems Provides access to the control’s internal repository of in-place editors. Inherited from EditorContainer.
ResizeRedraw protected Gets or sets a value indicating whether the control redraws itself when resized. Inherited from Control.
Right Gets the distance, in pixels, between the right edge of the control and the left edge of its container’s client area. Inherited from Control.
RightToLeft Gets or sets a value indicating whether control’s elements are aligned to support locales using right-to-left fonts. Inherited from Control.
RootValue Gets or sets the value that identifies root records in the data source. The root records must have the RootValue in the field the ParentFieldName property specifies. Inherited from TreeList.
RowHeight Gets or sets the height of a node in pixels. Inherited from TreeList.
ScaleChildren protected Gets a value that determines the scaling of child controls. Inherited from Control.
ScaleFactor This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from EditorContainer.
SelectedHtmlText Inherited from TreeList.
SelectImageList Gets or sets the source of select images for nodes. Inherited from TreeList.
Selection Gets the collection of selected nodes. Inherited from TreeList.
ShowButtonMode Gets or sets a value that specifies which column cells display editor buttons. Inherited from TreeList.
ShowFocusCues protected Gets a value indicating whether the control should display focus rectangles. Inherited from Control.
ShowKeyboardCues protected Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. Inherited from Control.
Site Gets or sets the site of the control. Inherited from Control.
Size Gets or sets the height and width of the control. Inherited from Control.
SortedColumnCount Gets the number of columns involved in sorting. Inherited from TreeList.
SplitTaskMappings Contains data source field names that specify task splits (task, split start date, and split duration).
SplitTaskSource Gets or sets the data source that contains information about split tasks.
SplitterPosition Gets or sets the position of the splitter that separates the task list and chart.
State Gets the control’s current state. Inherited from TreeList.
StateImageList Gets or sets the source of state images for nodes. Inherited from TreeList.
SyncCheckStateWithSourceOnChecking This member supports the internal infrastructure. Inherited from TreeList.
TabIndex Gets or sets the tab order of the control within its container. Inherited from Control.
TabStop Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. Inherited from Control.
Tag Gets or sets the object that contains data about the control. Inherited from Control.
Text Gets or sets the control’s text. Inherited from EditorContainer.
TimelineBars Gets a collection of timeline bars displayed on the timeline.
TimescaleColumnSize Gets or sets the timescale unit width as a percentage of the default width.
TimescaleLeftIndent Gets or sets the indentation of the content from the chart’s left edge.
TimescaleRightIndent Gets or sets the indentation of the content from the chart’s right edge.
TimescaleRulerCount Gets or sets the number of rulers in the timescale.
TimescaleRulerHeight Gets or sets the timescale ruler height.
ToolTipController Gets or sets the component that controls the behavior and appearance of hints displayed for a container control’s visual elements. Inherited from EditorContainer.
Top Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container’s client area. Inherited from Control.
TopLevelControl Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in. Inherited from Control.
TopVisibleNodeIndex Gets or sets the index of the top visible node. Inherited from TreeList.
TopVisibleNodePixel Gets or sets the vertical scroll position of the top node. Inherited from TreeList.
TreeLevelWidth Gets or sets the width of the level indents. Inherited from TreeList.
TreeLineStyle Gets or sets the style (solid, dash, etc.) of lines indicating the node hierarchy in the row indent area. This property is obsolete, use TreeListOptionsView.TreeLineStyle instead. Inherited from TreeList.
TreeListDisposing Gets a value indicating whether the current TreeList control is being unloaded from memory. Inherited from TreeList.
TreeListMappings Provides access to options specified based on data source field names and tree list column object.
UpdateTopVisibleNodeIndexOnCollapse This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TreeList.
UseAdvancedCustomizationForm static Gets or sets whether to use the advanced Customization Form. Inherited from TreeList.
UseDirectXPaint Gets or sets whether the DirectX Hardware Acceleration is enabled for this Tree List control. Inherited from TreeList.
UseDisabledStatePainter Gets or sets whether the control is painted grayed out, when it’s in the disabled state. Inherited from TreeList.
UseWaitCursor Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. Inherited from Control.
VertScrollVisibility Gets or sets a value specifying when the Tree List’s vertical scrollbar is visible. Inherited from TreeList.
ViewInfo Provides access to view information about the control.
ViewStyle Gets or sets whether the control renders its data in a default Tree List style (cell borders, column headers and indicator panel are visible by default) or Tree View style (no cell borders, column headers and indicator panel). Inherited from TreeList.
Visible Gets or sets a value indicating whether the control and all its child controls are displayed. Inherited from Control.
VisibleColumnCount Obsolete. Gets the number of visible columns within the Tree List. Inherited from TreeList.
VisibleColumns Gets the collection of visible columns. Inherited from TreeList.
VisibleNodesCount Gets the number of rows which are not hidden within collapsed groups. Inherited from TreeList.
Width Gets or sets the width of the control. Inherited from Control.
WindowTarget This property is not relevant for this class. Inherited from Control.
WorkWeek Provides access to a rule that specifies work hours for a workweek.
ZoomMode Gets or sets how the time ruler scale changes: smoothly or by predefined intervals (week, month, quarter, etc.).

Methods

Name Description
About() static Brings up the About dialog. Inherited from TreeList.
AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) protected Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control . Inherited from Control.
AccessibilityNotifyClients(AccessibleEvents, Int32) protected Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control. Inherited from Control.
AccessibleNotifyClients(AccessibleEvents, BaseAccessible) Notifies accessibility client applications of the specified AccessibleEvents event for the specified child control. Inherited from TreeList.
AccessibleNotifyClients(AccessibleEvents, Int32, Int32) Notifies accessibility client applications of the specified AccessibleEvents event for the specified child control. Inherited from TreeList.
AddFilter(CriteriaOperator) Adds a CriteriaOperator-based filter to the current TreeList. Inherited from TreeList.
AddFilter(String) Adds a predefined filter with a string filtering condition to the current TreeList. Inherited from TreeList.
AddTaskToTimeline(GanttControlNode, TimelineBar) Displays the specified task on the timeline.
AddTimelineBar() Creates a timeline bar and displays it on the timeline.
AppendNode(Object, TreeListNode, Object) Adds a TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, TreeListNode, CheckState, NodeCheckBoxStyle, Object) Adds a TreeListNode that contains the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, TreeListNode, CheckState, Object) Adds a TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, TreeListNode, CheckState) Appends a new node with the specified settings. Inherited from TreeList.
AppendNode(Object, TreeListNode) Adds a new TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, Int32, Int32, Int32, Int32, Object) Adds a TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, Int32, Int32, Int32, Int32, CheckState, NodeCheckBoxStyle, Object) Adds a TreeListNode that contains the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, Int32, Int32, Int32, Int32, CheckState, Object) Adds a TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, Int32, Int32, Int32, Int32, CheckState) Appends a new node with the specified settings. Inherited from TreeList.
AppendNode(Object, Int32, Int32, Int32, Int32) Appends a new node with the specified settings. Inherited from TreeList.
AppendNode(Object, Int32, Object) Adds a TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, Int32, CheckState, Object) Adds a TreeListNode containing the specified values to the XtraTreeList. Inherited from TreeList.
AppendNode(Object, Int32, CheckState) Appends a new node with the specified settings. Inherited from TreeList.
AppendNode(Object, Int32) Appends a new node containing the specified values to the specified node’s child collection. Inherited from TreeList.
ApplyFindFilter(String) Fills in the Find Panel with the specified query and applies it. Inherited from TreeList.
BeginDelete() Prevents deletion updates until the TreeList.EndDelete method is called. Inherited from TreeList.
BeginInit() Notifies the control that the initialization has started. Inherited from EditorContainer.
BeginInvoke(Delegate, Object[]) Executes the specified delegate asynchronously with the specified arguments, on the thread that the control’s underlying handle was created on. Inherited from Control.
BeginInvoke(Delegate) Executes the specified delegate asynchronously on the thread that the control’s underlying handle was created on. Inherited from Control.
BeginSelection() Prevents selection updates until the TreeList.EndSelection method is called. Inherited from TreeList.
BeginSort() Prevents the tree structure from being changed when changing specific options affecting the order of nodes, until the TreeList.EndSort method is called. Inherited from TreeList.
BeginUnboundLoad()

In unbound mode, prevents updates of the tree structure due to adding, deleting and modifying nodes, until the TreeList.EndUnboundLoad method is called.

Inherited from TreeList.
BeginUpdate() Does not allow the framework to redraw the control until the CancelUpdate or EndUpdate method is called.
BestFitColumns() Modifies the width of each visible column so that the contents of its cells are not truncated, if possible. Inherited from TreeList.
BestFitColumns(Boolean) Modifies the width of each visible column so that the contents of its cells are not truncated, if possible. Allows you to resize columns to fit the treelist width. Inherited from TreeList.
BindCommand(Expression<Action>, Object, String, Func<Object>) Inherited from TreeList.
BindCommand(Object, String, Func<Object>) Inherited from TreeList.
BindCommand<T>(Expression<Action<T>>, Object, String, Func<T>) Inherited from TreeList.
BringToFront() Brings the control to the front of the z-order. Inherited from Control.
CalcDuration(Nullable<DateTime>, Nullable<DateTime>)
CalcFinishDate(Nullable<DateTime>, Nullable<TimeSpan>)
CalcHitInfo(Point) Returns information about the visual element under the specified hit point.
CalcStartDate(Nullable<DateTime>, Nullable<TimeSpan>)
CancelCurrentEdit() Cancels changes made to focused node cells. Inherited from TreeList.
CancelSort() Unlocks control redrawing after it has been locked by the TreeList.BeginSort method, without causing an immediate visual update. Inherited from TreeList.
CancelUpdate() Allows the framework to redraw the control after the BeginUpdate method is called. Does not redraw the control immediately.
CanFilterColumn(TreeListColumn) Gets whether or not the Tree List data can be filtered by the specific column’s data. Inherited from TreeList.
CanIndentNodes(IEnumerable<TreeListNode>) For internal use. Inherited from TreeList.
CanOutdentNodes(IEnumerable<TreeListNode>) For internal use. Inherited from TreeList.
CanSortColumn(TreeListColumn) Gets whether or not the specific TreeListColumn can be sorted. Inherited from TreeList.
CheckActiveEditor(Control) static Returns whether the EditorContainer descendant is active. Inherited from EditorContainer.
CheckAll() Checks all TreeList nodes. Inherited from TreeList.
ClearColumnErrors() Removes the error descriptions for a focused node. Inherited from TreeList.
ClearColumnFilter(TreeListColumn) Removes the filter condition applied to the specified column. Inherited from TreeList.
ClearColumnsFilter() Removes the filter criteria applied to the TreeList. Inherited from TreeList.
ClearDocument() Clears a print/export document. Inherited from TreeList.
ClearFindFilter() Discards the query in the Find Panel. Inherited from TreeList.
ClearFocusedColumn() Removes focus from the focused column. Inherited from TreeList.
ClearNodes() Removes all nodes from the XtraTreeList. Inherited from TreeList.
ClearSelection() Unselects all nodes, and removes them from the TreeList.Selection collection. Inherited from TreeList.
ClearSorting() Clears all the sorting that has been applied to an Tree List control. Inherited from TreeList.
ClearTimelineTasks()
CloseEditForm() Closes the Edit Form. Inherited from TreeList.
CloseEditor() Hides the active editor, saving changes that were made. Inherited from TreeList.
CollapseAll() Collapses all the nodes in the Tree List. Inherited from TreeList.
CollapseToLevel(Int32) Collapses all nodes at the specified and subsequent levels. Inherited from TreeList.
Contains(Control) Retrieves a value indicating whether the specified control is a child of the control. Inherited from Control.
ConvertFormatConditionToFormatRules() Converts objects from the TreeList.FormatConditions collection to TreeListFormatRule objects and adds them to the TreeList.FormatRules collection. Inherited from TreeList.
CopyNode(TreeListNode, TreeListNode, Boolean, Int32) Copies the specified node to the specified position in the collection of child nodes of another node. Use this method in unbound mode. Inherited from TreeList.
CopyNode(TreeListNode, TreeListNode, Boolean) Copies the specified node to the specified node’s child collection. This method does not update the data source and is intended for use in unbound mode. Inherited from TreeList.
CopyNodes(IEnumerable<TreeListNode>, TreeListNode, Boolean, Int32) Copies the specified nodes to the specified position in the collection of child nodes of another node. Use this method in unbound mode. Inherited from TreeList.
CopyToClipboard() Copies selected nodes to the Clipboard. Inherited from TreeList.
CreateControl() Forces the creation of the visible control, including the creation of the handle and any visible child controls. Inherited from Control.
CreateControlsInstance() protected Creates a new instance of the control collection for the control. Inherited from Control.
CreateCustomization() Obsolete. Invokes the Customization Form. Inherited from TreeList.
CreateGraphics() Creates the Graphics for the control. Inherited from Control.
CreateGraphicsCache() Initializes a GraphicsCache object for this TreeList. GraphicsCache objects provide an API that you should use instead of the standard Graphics class API to custom paint a TreeList when it has the DirectX Hardware Acceleration enabled. Inherited from TreeList.
CreateHandle() protected Creates a handle for the control. Inherited from Control.
CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
DefWndProc(Message) protected Sends the specified message to the default window procedure. Inherited from Control.
DeleteNode(TreeListNode) Removes a specific TreeListNode from the XtraTreeList. Inherited from TreeList.
DeleteNodes(IEnumerable<TreeListNode>) Deletes the specified nodes. Inherited from TreeList.
DeleteSelectedNodes() Deletes the selected nodes in multiple selection mode or focused nodes in single selection mode. Inherited from TreeList.
DestroyHandle() protected Destroys the handle associated with the control. Inherited from Control.
Dispose() Releases all resources used by the Component. Inherited from Component.
DoDragDrop(Object, DragDropEffects) Begins a drag-and-drop operation. Inherited from Control.
DoDragDropNode(TreeListNode, DragDropEffects) Allows you to implement drag-and-drop operations between controls on tree list nodes. Begins a drag-and-drop operation, and forces the tree list and target control to raise the events relative to the operation. Inherited from TreeList.
DoDragDropNodes(IEnumerable<TreeListNode>, DragDropEffects) Allows you to implement drag-and-drop operations between controls on tree list nodes. Begins a drag-and-drop operation, and forces the tree list and target control to raise the events relative to the operation. Inherited from TreeList.
DoIncrementalSearch(Boolean) Continues the incremental search that is in progress in the specified direction. Inherited from TreeList.
DrawToBitmap(Bitmap, Rectangle) Supports rendering to the specified bitmap. Inherited from Control.
EndCurrentEdit() Posts the focused node’s values to the data source. Set the EndCurrentEdit(System.Boolean) parameter to true to re-sort and re-filter the tree after saving changes. Inherited from TreeList.
EndCurrentEdit(Boolean) Posts the focused node’s values to the data source and optionally re-sorts and re-filters the tree. Inherited from TreeList.
EndDelete() Enables deletion updates after calling the TreeList.BeginDelete method and forces an immediate update. Inherited from TreeList.
EndInit()
EndInvoke(IAsyncResult) Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. Inherited from Control.
EndSelection() Enables selection updates after calling the TreeList.BeginSelection method and forces an immediate update. Inherited from TreeList.
EndSort() Forces the control to update itself after the TreeList.BeginSort method has been called. Inherited from TreeList.
EndUnboundLoad() Forces the control to update itself after the TreeList.BeginUnboundLoad method has been called. Inherited from TreeList.
EndUpdate() Allows the framework to redraw the control after the BeginUpdate method is called. Redraws the control immediately.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExpandAll() Expands all Tree List nodes. Inherited from TreeList.
ExpandToLevel(Int32) Expands nodes up to the specified level. Inherited from TreeList.
ExportToCsv(Stream, CsvExportOptions) Exports the control’s data to the specified stream in CSV format using the specified options. Inherited from TreeList.
ExportToCsv(Stream) Exports data to the specified stream in CSV format. Inherited from TreeList.
ExportToCsv(String, CsvExportOptions) Exports the control’s data to the specified file in CSV format using the specified options. Inherited from TreeList.
ExportToCsv(String) Exports the Tree List’s data to the specified CSV file. Inherited from TreeList.
ExportToDocx(Stream, DocxExportOptions) Exports the control’s data in the Office Open XML format (DOCX file) and sends it to the specified stream. Inherited from TreeList.
ExportToDocx(Stream) Exports the control’s data in the Office Open XML file format (DOCX file) and sends it to the specified stream. Inherited from TreeList.
ExportToDocx(String, DocxExportOptions) Exports the control’s data in the Office Open XML format and saves it to the specified DOCX file. Inherited from TreeList.
ExportToDocx(String) Exports the control’s data in the Office Open XML file format and saves it to the specified DOCX file. Inherited from TreeList.
ExportToHtml(Stream, HtmlExportOptions) Exports the control’s data to the specified stream in HTML format using the specified options. Inherited from TreeList.
ExportToHtml(Stream) Exports the Tree List’s data as HTML and sends it to the specified stream. Inherited from TreeList.
ExportToHtml(String, HtmlExportOptions) Exports the control’s data to the specified file in HTML format using the specified options. Inherited from TreeList.
ExportToHtml(String) Exports the Tree List’s data to the specified file as HTML. Inherited from TreeList.
ExportToImage(Stream) Exports the Gantt control’s data to the specified stream in PNG format.
ExportToImage(String) Exports the Gantt control’s data to the specified file in PNG format.
ExportToMht(Stream, MhtExportOptions) Exports the control’s data to the specified stream in MHT format using the specified options. Inherited from TreeList.
ExportToMht(Stream, String, String, Boolean) Obsolete. Exports the control’s data to a stream in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. Inherited from TreeList.
ExportToMht(String, MhtExportOptions) Exports the control’s data to the specified file in MHT format using the specified options. Inherited from TreeList.
ExportToMht(String, String, String, Boolean) Obsolete. Exports the control’s data to a file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. Inherited from TreeList.
ExportToMht(String, String) Obsolete. Exports the control’s data to a file in MHT format using the specified character encoding. Inherited from TreeList.
ExportToPdf(Stream, PdfExportOptions) Exports the control’s data to the specified stream in PDF format using the specified options. Inherited from TreeList.
ExportToPdf(Stream) Exports the Tree List’s data to a PDF document and sends it to the specified stream. Inherited from TreeList.
ExportToPdf(String, PdfExportOptions) Exports the control’s data to the specified file in PDF format using the specified options. Inherited from TreeList.
ExportToPdf(String) Exports the Tree List’s data to the specified PDF file. Inherited from TreeList.
ExportToRtf(Stream) Exports the Tree List’s data as Rich Text and sends it to the specified stream. Inherited from TreeList.
ExportToRtf(String) Exports the Tree List’s data to the specified RTF file. Inherited from TreeList.
ExportToText(Stream, TextExportOptions) Exports the control’s data to the specified stream in Text format using the specified options. Inherited from TreeList.
ExportToText(Stream) Exports the Tree List’s data to a text document and sends it to the specified stream. Inherited from TreeList.
ExportToText(String, TextExportOptions) Exports the control’s data to the specified file in Text format using the specified options. Inherited from TreeList.
ExportToText(String) Exports the Tree List’s data to a text file at the specified path. Inherited from TreeList.
ExportToXls(Stream, XlsExportOptions) Exports the control’s data to the specified stream in XLS format using the specified options. Inherited from TreeList.
ExportToXls(Stream) Exports the Tree List’s data as XLS and sends it to the specified stream. Inherited from TreeList.
ExportToXls(String, XlsExportOptions) Exports the control’s data to the specified file in XLS format using the specified options. Inherited from TreeList.
ExportToXls(String) Exports the Tree List’s data to the specified file as XLS. Inherited from TreeList.
ExportToXlsx(Stream, XlsxExportOptions) Exports data to the specified stream in XLSX (MS Excel 2007) format using the specified options. Inherited from TreeList.
ExportToXlsx(Stream) Exports data to the specified stream in XLSX (MS Excel 2007) format. Inherited from TreeList.
ExportToXlsx(String, XlsxExportOptions) Exports data to a file in XLSX (MS Excel 2007) format using the specified options. Inherited from TreeList.
ExportToXlsx(String) Exports data to the specified file in XLSX (MS Excel 2007) format. Inherited from TreeList.
ExportToXml(Stream) Exports the Tree List’s data as XML and sends it to the specified stream. Inherited from TreeList.
ExportToXml(String) Exports the Tree List’s data to the specified file as XML. Inherited from TreeList.
FilterNodes() Forces the Tree List control to re-filter its data. Inherited from TreeList.
FilterNodes(TreeListNodes) Forces data filtering for the specified node collection. Inherited from TreeList.
FindForm() Retrieves the form that the control is on. Inherited from Control.
FindNode(Predicate<TreeListNode>) Returns the first node that matches the specified criteria. Inherited from TreeList.
FindNodeByFieldValue(String, Object) Returns a node by its field value. Inherited from TreeList.
FindNodeByID(Int32) Returns the node specified by its identifier. Inherited from TreeList.
FindNodeByKeyID(Object) Returns the node by its key field value. Inherited from TreeList.
FindNodes(Predicate<TreeListNode>) Returns all nodes that match the specific criteria. Inherited from TreeList.
FireChanged() Forces an update to the control’s properties listed within the property grid at design time. Inherited from TreeList.
Focus() Sets input focus to the control. Inherited from Control.
FocusNewItemNode() Sets focus to the New Item Row. Inherited from TreeList.
ForceInitialize() Forces the Tree List to finish its initialization. Inherited from TreeList.
FromChildHandle(IntPtr) static Retrieves the control that contains the specified handle. Inherited from Control.
FromHandle(IntPtr) static Returns the control that is currently associated with the specified handle. Inherited from Control.
FullCollapse() Obsolete. Collapses all expanded nodes within the XtraTreeList. Inherited from TreeList.
FullExpand() Obsolete. Expands all nodes within the XtraTreeList. Inherited from TreeList.
FullExpandNode(TreeListNode) Obsolete. Expands all child nodes of a specific node. Inherited from TreeList.
GetAllCheckedNodes() Returns the list of checked nodes. Inherited from TreeList.
GetAutoFilterValue(TreeListColumn) Returns the filtering value of an automatic filtering row cell that belongs to the specific Tree List column. Inherited from TreeList.
GetAutoSizeMode() protected Retrieves a value indicating how a control will behave when its AutoSize property is enabled. Inherited from Control.
GetBaselineDuration(GanttControlNode) Returns the specified task’s baseline duration.
GetBaselineDuration(Int32) Returns the specified task’s baseline duration.
GetBaselineFinishDate(GanttControlNode) Returns the specified task’s baseline finish date.
GetBaselineFinishDate(Int32) Returns the specified task’s baseline finish date.
GetBaselineStartDate(GanttControlNode) Returns the specified task’s baseline start date.
GetBaselineStartDate(Int32) Returns the specified task’s baseline start date.
GetChartVisibleFinishDate() Returns the latest date visible in the chart.
GetChartVisibleStartDate() Returns the earliest date visible in the chart.
GetChildAtPoint(Point, GetChildAtPointSkip) Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. Inherited from Control.
GetChildAtPoint(Point) Retrieves the child control that is located at the specified coordinates. Inherited from Control.
GetColumnByColumnHandle(Int32) Gets the column by the bound field’s index within the data source. Inherited from TreeList.
GetColumnByVisibleIndex(Int32) Returns a column by its visible index. Inherited from TreeList.
GetColumnError(TreeListColumn) Gets the error description for the focused cell or the entire focused node. Inherited from TreeList.
GetColumnErrorType(TreeListColumn) Gets the type of the error associated with the specified cell in the currently focused node. Inherited from TreeList.
GetColumnHeaderBestWidth(TreeListColumn) Returns the column header width that allows the content to be displayed in its entirety. Inherited from TreeList.
GetContainerControl() Returns the next ContainerControl up the control’s chain of parent controls. Inherited from Control.
GetDataRecordByNode(TreeListNode) Returns a data row associated with the node specified. Inherited from TreeList.
GetDataRow(Int32) Returns a DataRow in the bound DataTable that contains data for the specified node. Inherited from TreeList.
GetDependencyDataRow(Int32, Int32) Returns a DataRow in the bound DataTable that contains data for the specified dependency.
GetDependencyRow(Int32, Int32) Returns an Object in the bound data source that contains data for the specified dependency.
GetDuration(GanttControlNode) Returns the specified task’s duration.
GetDuration(Int32) Returns the specified task’s duration.
GetEditorShowMode(TreeListNode) Gets the actual TreeListOptionsBehavior.EditorShowMode property value for this specific node. Inherited from TreeList.
GetFinishDate(GanttControlNode) Returns the specified task’s finish date.
GetFinishDate(Int32) Returns the specified task’s finish date.
GetFocusedDataRow() Returns a DataRow in the bound DataTable that contains data for the focused node. Inherited from TreeList.
GetFocusedDisplayText() Returns the display text of the currently focused Tree List cell. Inherited from TreeList.
GetFocusedRow() Returns an Object in the bound data source that contains data for the focused node. Inherited from TreeList.
GetFocusedRowCellDisplayText(TreeListColumn) Returns the text displayed by a Tree List cell that resides within the currently focused data row. Inherited from TreeList.
GetFocusedRowCellDisplayText(String) Returns the string/text displayed in the specified cell in the focused node. Inherited from TreeList.
GetFocusedRowCellValue(TreeListColumn) Retrieves the value stored within the required cell of the currently focused row. Inherited from TreeList.
GetFocusedRowCellValue(String) Returns the value of the specified cell in the focused node. Inherited from TreeList.
GetGroupSummaryValue(TreeListColumn, TreeListNodes) Returns a summary value calculated against the specified group of nodes. Inherited from TreeList.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetHitInfo(Point) Obsolete. Returns information on the current TreeList control at a specified point. Inherited from TreeList.
GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetName(GanttControlNode) Returns the caption displayed next to the specified task (node) in the chart area.
GetNextControl(Control, Boolean) Retrieves the next control forward or back in the tab order of child controls. Inherited from Control.
GetNodeAt(Point) Returns the Tree List node located under the target coordinates. Inherited from TreeList.
GetNodeAt(Int32, Int32) Returns the Tree List node located under the target coordinates. Inherited from TreeList.
GetNodeByVisibleIndex(Int32) Returns a node with the specified index among the visible nodes. Inherited from TreeList.
GetNodeIndex(TreeListNode) Gets the specified node’s index. Inherited from TreeList.
GetNodeList() Returns a list of all nodes in the TreeList. Inherited from TreeList.
GetPredecessorNodes(GanttControlNode) Returns the specified node’s predecessors as GanttControlNode objects.
GetPredecessorNodes(Int32) Returns the specified node’s predecessors as GanttControlNode objects.
GetPredecessors(GanttControlNode) Returns keys (see KeyFieldName) of the specified node’s predecessors.
GetPredecessors(Int32) Returns keys (see KeyFieldName) of the specified node’s predecessors.
GetPreferredSize(Size) Retrieves the size of a rectangular area into which a control can be fitted. Inherited from Control.
GetProgress(GanttControlNode) Returns the specified task’s progress.
GetProgress(Int32) Returns the specified task’s progress.
GetRow(Int32) Returns an Object in the bound data source that contains data for the specified node. Inherited from TreeList.
GetRowCellDisplayText(TreeListNode, TreeListColumn) Returns the text displayed by a specific Tree List cell. Inherited from TreeList.
GetRowCellDisplayText(TreeListNode, String) Returns the string/text displayed in the specified cell. Inherited from TreeList.
GetRowCellValue(TreeListNode, TreeListColumn) Retrieves the value stored within the required cell. Inherited from TreeList.
GetRowCellValue(TreeListNode, String) Returns the value of the specified cell. Inherited from TreeList.
GetScaledBounds(Rectangle, SizeF, BoundsSpecified) protected Retrieves the bounds within which the control is scaled. Inherited from Control.
GetScrollAnnotations(ScrollAnnotationKind) Returns informaiton on scroll annotations of the specified kind. Inherited from TreeList.
GetSelectedCells() Returns the list of currently selected cells. Inherited from TreeList.
GetSelectedCells(TreeListNode) Returns the list of columns currently selected in the specified node. Inherited from TreeList.
GetService(Type) protected Returns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetSortColumn(Int32) Gets the column involved in sorting by its index within the sort column collection. Inherited from TreeList.
GetStartDate(GanttControlNode) Returns the specified task’s start day.
GetStartDate(Int32) Returns the specified task’s start day.
GetStyle(ControlStyles) protected Retrieves the value of the specified control style bit for the control. Inherited from Control.
GetSuccessorNodes(GanttControlNode) Returns the specified node’s successors as GanttControlNode objects.
GetSuccessorNodes(Int32) Returns the specified node’s successors as GanttControlNode objects.
GetSuccessors(GanttControlNode) Returns keys (see KeyFieldName) of the specified node’s successors. This method is only in effect if you use the DependencySource property to specify dependencies.
GetSuccessors(Int32) Returns keys (see KeyFieldName) of the specified node’s successors. This method is only in effect if you use the DependencySource property to specify dependencies.
GetSummaryValue(TreeListColumn, Boolean) Returns a summary value calculated against all the Tree List nodes or against the root nodes only. Inherited from TreeList.
GetSummaryValue(TreeListColumn) Returns a summary value calculated against all the Tree List nodes or against the root nodes only. Inherited from TreeList.
GetTaskSplitDataRows(Int32)
GetTaskSplitRows(Int32)
GetTaskSplits(Int32) Returns the collection of time spans that specify the task splits.
GetText(GanttControlNode) Returns the caption displayed next to the specified task (node) in the chart area.
GetText(Int32) Returns the caption displayed next to the specified task (node) in the chart area.
GetTimelineFinishDate() Returns the timeline’s finish date.
GetTimelineStartDate() Returns the timeline’s start date.
GetTimelineTaskCaption(GanttControlNode) Returns the caption of the specified task.
GetTimelineTaskCaption(Int32) Returns the caption of the specified task.
GetTimelineTaskVisibility(GanttControlNode) Returns a value that indicates whether the specifies task is displayed on the timeline.
GetTimelineTaskVisibility(Int32) Returns a value that indicates whether the specifies task is displayed on the timeline.
GetToolTipController() Returns the actual tooltip controller that controls the behavior and appearance of hints for the container editor. Inherited from EditorContainer.
GetTooltipText(Int32) Returns the specified task’s caption displayed in interaction tooltips.
GetTopLevel() protected Determines if the control is a top-level control. Inherited from Control.
GetType() Gets the Type of the current instance. Inherited from Object.
GetVisibleIndexByNode(TreeListNode) Returns the index of the specified node among the visible nodes. Inherited from TreeList.
Hide() Conceals the control from the user. Inherited from Control.
HideCustomization() Closes the Customization Form. Inherited from TreeList.
HideEditor() Switches the TreeList control from edit to browse mode without saving changes. Inherited from TreeList.
HideFindPanel() Hides the Find Panel. Inherited from TreeList.
HideLoadingPanel() Hides the animated Loading Panel indicating the data load process. Inherited from TreeList.
ImportFromXml(Stream) Imports the data to the Tree List from the specified stream. Inherited from TreeList.
ImportFromXml(String) Imports the data to the Tree List from the XML file. Inherited from TreeList.
IndentNodes(IEnumerable<TreeListNode>, Boolean) For internal use. Inherited from TreeList.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
InitLayout() protected Called after the control has been added to another container. Inherited from Control.
InternalGetService(Type) This method supports the internal infrastructure and is not intended to be called directly from your code. Inherited from TreeList.
Invalidate() Invalidates the entire surface of the control and causes the control to be redrawn. Inherited from Control.
Invalidate(Boolean) Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. Inherited from Control.
Invalidate(Rectangle, Boolean) Invalidates the specified region of the control (adds it to the control’s update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. Inherited from Control.
Invalidate(Rectangle) Invalidates the specified region of the control (adds it to the control’s update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Inherited from Control.
Invalidate(Region, Boolean) Invalidates the specified region of the control (adds it to the control’s update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. Inherited from Control.
Invalidate(Region) Invalidates the specified region of the control (adds it to the control’s update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Inherited from Control.
InvalidateBand(TreeListBand) Invalidates the specified band header. Inherited from TreeList.
InvalidateBandPanel() Invalidates the band panel. Inherited from TreeList.
InvalidateCell(TreeListNode, TreeListColumn) Invalidates the specified cell. Inherited from TreeList.
InvalidateColumnHeader(TreeListColumn) Invalidates the header of the specified column. Inherited from TreeList.
InvalidateColumnPanel() Invalidates the column header panel. Inherited from TreeList.
InvalidateFilterPanel() Invalidates the Filter Panel. Inherited from TreeList.
InvalidateNode(TreeListNode) Invalidates the specified node. Inherited from TreeList.
InvalidateNodes() Invalidates all visible nodes and row footers. Inherited from TreeList.
InvalidateRow(RowInfo) Invalidates the node that corresponds to the specified view information.
InvalidateRowPreview(TreeListNode) Invalidates the preview section in the specified node. Inherited from TreeList.
InvalidateScrollAnnotations() Invalidates scrollbar annotations, and causes them to be redrawn. Inherited from TreeList.
InvalidateSummaryFooterPanel() Invalidates the summary footer panel. Inherited from TreeList.
Invoke(Delegate, Object[]) Executes the specified delegate, on the thread that owns the control’s underlying window handle, with the specified list of arguments. Inherited from Control.
Invoke(Delegate) Executes the specified delegate on the thread that owns the control’s underlying window handle. Inherited from Control.
InvokeGotFocus(Control, EventArgs) protected Raises the GotFocus event for the specified control. Inherited from Control.
InvokeLostFocus(Control, EventArgs) protected Raises the LostFocus event for the specified control. Inherited from Control.
InvokeMenuItemClick(TreeListMenuItemClickEventArgs) This member supports the Tree List’s infrastructure and should not be used from your code. Inherited from TreeList.
InvokeOnClick(Control, EventArgs) protected Raises the Click event for the specified control. Inherited from Control.
InvokePaint(Control, PaintEventArgs) protected Raises the Paint event for the specified control. Inherited from Control.
InvokePaintBackground(Control, PaintEventArgs) protected Raises the PaintBackground event for the specified control. Inherited from Control.
IsAutoFilterNode(TreeListNode) Gets whether the specified node is an Automatic Filtering Row. Inherited from TreeList.
IsCellSelected(TreeListNode, TreeListColumn) Returns whether the cell in the specified node and column is currently selected. Inherited from TreeList.
IsColumnAllowFilterEditor(TreeListColumn) Checks whether or not the Filter Editor dialog is available for the specific Tree List column. Inherited from TreeList.
IsKeyLocked(Keys) static Determines whether the CAPS LOCK, NUM LOCK, or SCROLL LOCK key is in effect. Inherited from Control.
IsMnemonic(Char, String) static Determines if the specified character is the mnemonic character assigned to the control in the specified string. Inherited from Control.
IsNewItemRow(TreeListNode) Identifies whether the specified node is the New Item Row. Inherited from TreeList.
IsNodeVisible(TreeListNode) static Indicates whether a specific TreeListNode is currently visible. Inherited from TreeList.
IsRootNode(TreeListNode) Returns whether the specified node is a root node. Inherited from TreeList.
LayoutChanged() Called when global changes are applied to the TreeList object. Inherited from TreeList.
LockReloadNodes() In bound mode, prevents updates of the tree structure when adding and deleting nodes and changing nodes’ parents via the Tree List or data source, until the TreeList.UnlockReloadNodes method is called. Inherited from TreeList.
MakeColumnVisible(TreeListColumn) Scrolls the control’s content so that the specified column becomes visible on screen. Inherited from TreeList.
MakeNodeVisible(TreeListNode) Makes visible the TreeListNode specified via the parameter. Inherited from TreeList.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
MoveFirst() Moves focus to the first node. Inherited from TreeList.
MoveLast() Moves focus to the last node within the current TreeList. Inherited from TreeList.
MoveLastVisible() Moves focus to the last visible node within the current TreeList. Inherited from TreeList.
MoveNext() Moves focus to the node following the currently focused one, while expanding collapsed nodes, when required. Inherited from TreeList.
MoveNextVisible() Moves focus to the next visible node following the currently focused one. Inherited from TreeList.
MoveNode(TreeListNode, TreeListNode, Boolean, Int32) Moves the TreeListNode specified via the sourceNode parameter to the TreeListNode.Nodes collection of the TreeListNode specified by the destinationNode parameter. Inherited from TreeList.
MoveNode(TreeListNode, TreeListNode, Boolean) Moves the selected node to the specified node’s child collection. Inherited from TreeList.
MoveNode(TreeListNode, TreeListNode) Moves the TreeListNode specified via the sourceNode parameter to the TreeListNode.Nodes collection of the TreeListNode specified by the destinationNode parameter. Inherited from TreeList.
MoveNodes(IEnumerable<TreeListNode>, TreeListNode, Boolean, Int32) Moves the TreeListNode objects specified via the sourceNodes parameter to the TreeListNode.Nodes collection of the TreeListNode specified by the destinationNode parameter. Inherited from TreeList.
MovePrev() Moves focus to the node that precedes the currently focused one, while expanding collapsed nodes, when required. Inherited from TreeList.
MovePrevVisible() Moves focus to the visible node preceding the currently focused one. Inherited from TreeList.
MoveToNextScrollAnnotation(ScrollAnnotationKind) Moves the focus to the next node with a scrollbar annotation of the specified kind. Inherited from TreeList.
MoveToParent() Moves the node focus to the parent node of the currently focused node. Inherited from TreeList.
MoveToPrevScrollAnnotation(ScrollAnnotationKind) Moves the focus to the previous node with a scrollbar annotation of the specified kind. Inherited from TreeList.
NotifyInvalidate(Rectangle) protected Raises the Invalidated event with a specified region of the control to invalidate. Inherited from Control.
OnAutoSizeChanged(EventArgs) protected Raises the AutoSizeChanged event. Inherited from Control.
OnBackColorChanged(EventArgs) protected Raises the BackColorChanged event. Inherited from Control.
OnBackgroundImageChanged(EventArgs) protected Raises the BackgroundImageChanged event. Inherited from Control.
OnBackgroundImageLayoutChanged(EventArgs) protected Raises the BackgroundImageLayoutChanged event. Inherited from Control.
OnCausesValidationChanged(EventArgs) protected Raises the CausesValidationChanged event. Inherited from Control.
OnChangeUICues(UICuesEventArgs) protected Raises the ChangeUICues event. Inherited from Control.
OnClientSizeChanged(EventArgs) protected Raises the ClientSizeChanged event. Inherited from Control.
OnContextMenuChanged(EventArgs) protected Raises the ContextMenuChanged event. Inherited from Control.
OnContextMenuStripChanged(EventArgs) protected Raises the ContextMenuStripChanged event. Inherited from Control.
OnControlAdded(ControlEventArgs) protected Raises the ControlAdded event. Inherited from Control.
OnControlRemoved(ControlEventArgs) protected Raises the ControlRemoved event. Inherited from Control.
OnCursorChanged(EventArgs) protected Raises the CursorChanged event. Inherited from Control.
OnDockChanged(EventArgs) protected Raises the DockChanged event. Inherited from Control.
OnFontChanged(EventArgs) protected Raises the FontChanged event. Inherited from Control.
OnForeColorChanged(EventArgs) protected Raises the ForeColorChanged event. Inherited from Control.
OnGiveFeedback(GiveFeedbackEventArgs) protected Raises the GiveFeedback event. Inherited from Control.
OnHelpRequested(HelpEventArgs) protected Raises the HelpRequested event. Inherited from Control.
OnImeModeChanged(EventArgs) protected Raises the ImeModeChanged event. Inherited from Control.
OnInvalidated(InvalidateEventArgs) protected Raises the Invalidated event. Inherited from Control.
OnLayout(LayoutEventArgs) protected Raises the Layout event. Inherited from Control.
OnLocationChanged(EventArgs) protected Raises the LocationChanged event. Inherited from Control.
OnMarginChanged(EventArgs) protected Raises the MarginChanged event. Inherited from Control.
OnMouseCaptureChanged(EventArgs) protected Raises the MouseCaptureChanged event. Inherited from Control.
OnMouseHover(EventArgs) protected Raises the MouseHover event. Inherited from Control.
OnMove(EventArgs) protected Raises the Move event. Inherited from Control.
OnNotifyMessage(Message) protected Notifies the control of Windows messages. Inherited from Control.
OnPaddingChanged(EventArgs) protected Raises the PaddingChanged event. Inherited from Control.
OnParentBackColorChanged(EventArgs) protected Raises the BackColorChanged event when the BackColor property value of the control’s container changes. Inherited from Control.
OnParentBackgroundImageChanged(EventArgs) protected Raises the BackgroundImageChanged event when the BackgroundImage property value of the control’s container changes. Inherited from Control.
OnParentBindingContextChanged(EventArgs) protected Raises the BindingContextChanged event when the BindingContext property value of the control’s container changes. Inherited from Control.
OnParentCursorChanged(EventArgs) protected Raises the CursorChanged event. Inherited from Control.
OnParentEnabledChanged(EventArgs) protected Raises the EnabledChanged event when the Enabled property value of the control’s container changes. Inherited from Control.
OnParentFontChanged(EventArgs) protected Raises the FontChanged event when the Font property value of the control’s container changes. Inherited from Control.
OnParentForeColorChanged(EventArgs) protected Raises the ForeColorChanged event when the ForeColor property value of the control’s container changes. Inherited from Control.
OnParentRightToLeftChanged(EventArgs) protected Raises the RightToLeftChanged event when the RightToLeft property value of the control’s container changes. Inherited from Control.
OnParentVisibleChanged(EventArgs) protected Raises the VisibleChanged event when the Visible property value of the control’s container changes. Inherited from Control.
OnPreviewKeyDown(PreviewKeyDownEventArgs) protected Raises the PreviewKeyDown event. Inherited from Control.
OnPrint(PaintEventArgs) protected Raises the Paint event. Inherited from Control.
OnRegionChanged(EventArgs) protected Raises the RegionChanged event. Inherited from Control.
OnSizeChanged(EventArgs) protected Raises the SizeChanged event. Inherited from Control.
OnStyleChanged(EventArgs) protected Raises the StyleChanged event. Inherited from Control.
OnTabIndexChanged(EventArgs) protected Raises the TabIndexChanged event. Inherited from Control.
OnTabStopChanged(EventArgs) protected Raises the TabStopChanged event. Inherited from Control.
OnTextChanged(EventArgs) protected Raises the TextChanged event. Inherited from Control.
OutdentNodes(IEnumerable<TreeListNode>, Boolean) For internal use. Inherited from TreeList.
PasteFromClipboard() Pastes data from clipboard in the Tree List according to the current ClipboardOptions.PasteMode and TreeListOptionsClipboard.PasteAsChildNodes settings (available from the TreeList.OptionsClipboard object). Inherited from TreeList.
PerformLayout() Forces the control to apply layout logic to all its child controls. Inherited from Control.
PerformLayout(Control, String) Forces the control to apply layout logic to all its child controls. Inherited from Control.
PointToClient(Point) Computes the location of the specified screen point into client coordinates. Inherited from Control.
PointToScreen(Point) Computes the location of the specified client point into screen coordinates. Inherited from Control.
PopulateColumns() Creates columns for all public fields in the bound data source. Inherited from TreeList.
PostEditor() Posts edited cell’s value to the associated data source. Inherited from TreeList.
PreProcessControlMessage(Message) Preprocesses keyboard or input messages within the message loop before they are dispatched. Inherited from Control.
PreProcessMessage(Message) Preprocesses keyboard or input messages within the message loop before they are dispatched. Inherited from Control.
Print() Prints the data displayed in the control. Inherited from TreeList.
PrintDialog() Opens the Print dialog that allows a user to print the data displayed in the control. Inherited from TreeList.
ProcessCmdKey(Message, Keys) protected Processes a command key. Inherited from Control.
ProcessDialogChar(Char) protected Processes a dialog character. Inherited from Control.
ProcessKeyEventArgs(Message) protected Processes a key message and generates the appropriate control events. Inherited from Control.
ProcessKeyMessage(Message) protected Processes a keyboard message. Inherited from Control.
ProcessKeyPreview(Message) protected Previews a keyboard message. Inherited from Control.
ProcessMnemonic(Char) protected Processes a mnemonic character. Inherited from Control.
RaiseDragEvent(Object, DragEventArgs) protected Raises the appropriate drag event. Inherited from Control.
RaiseKeyEvent(Object, KeyEventArgs) protected Raises the appropriate key event. Inherited from Control.
RaiseMouseEvent(Object, MouseEventArgs) protected Raises the appropriate mouse event. Inherited from Control.
RaisePaintEvent(Object, PaintEventArgs) protected Raises the appropriate paint event. Inherited from Control.
RecreateHandle() protected Forces the re-creation of the handle for the control. Inherited from Control.
RectangleToClient(Rectangle) Computes the size and location of the specified screen rectangle in client coordinates. Inherited from Control.
RectangleToScreen(Rectangle) Computes the size and location of the specified client rectangle in screen coordinates. Inherited from Control.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ReflectMessage(IntPtr, Message) protected static Reflects the specified message to the control that is bound to the specified handle. Inherited from Control.
Refresh() Forces the Tree List to invalidate its client area and immediately redraw itself. Inherited from TreeList.
Refresh(Boolean) Calls the Control.Refresh method, and optionally, clears all automatically calculated node heights. Inherited from TreeList.
RefreshCell(TreeListNode, TreeListColumn) Refreshes the specified cell. Inherited from TreeList.
RefreshDataSource() Updates the Tree List control to reflect changes made to a data source. Inherited from TreeList.
RefreshEditor(Boolean) Refreshes the appearance and value of the active editor. Inherited from TreeList.
RefreshNode(TreeListNode) Refreshes the specified node. Inherited from TreeList.
RefreshScrollAnnotations(ScrollAnnotationKind, Int32[]) Updates scrollbar annotations of the specified kind for the specified nodes, and causes them to be redrawn. Inherited from TreeList.
RefreshScrollAnnotations(ScrollAnnotationKind) Updates scrollbar annotations of the specified kind, and causes them to be redrawn. Inherited from TreeList.
RemoveDependency(GanttControlNode, GanttControlNode)
RemoveSelectedTasksFromTimeline() Hides the tasks selected by a user from the timeline.
RemoveTaskFromTimeline(GanttControlNode) Hides the specified task from the timeline.
RemoveTimelineBar(TimelineBar) Hides the specified timeline bar from the timeline.
ResetAutoFilterCondition(TreeListColumn) Resets the specified column’s auto filter row condition to its default value. Inherited from TreeList.
ResetAutoFilterConditions() Resets all columns’ auto filter row conditions to their default values. Inherited from TreeList.
ResetAutoFilterConditions(IEnumerable<TreeListColumn>) Resets the specified columns’ auto filter row conditions to their default values. Inherited from TreeList.
ResetBackColor() Resets the BackColor property to its default value. Inherited from Control.
ResetBindings() Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. Inherited from Control.
ResetCursor() Resets the Cursor property to its default value. Inherited from Control.
ResetEditorsCache(RepositoryItem) For internal use. Inherited from EditorContainer.
ResetEditorsCache(Type) For internal use. Inherited from EditorContainer.
ResetFont() Resets the Font property to its default value. Inherited from Control.
ResetForeColor() Resets the ForeColor property to its default value. Inherited from Control.
ResetImeMode() Resets the ImeMode property to its default value. Inherited from Control.
ResetMouseEventArgs() protected Resets the control to handle the MouseLeave event. Inherited from Control.
ResetRightToLeft() Resets the RightToLeft property to its default value. Inherited from Control.
ResetText() Resets the Text property to its default value (Empty). Inherited from Control.
ResetZoom() Resets the zoom ratio of the Gantt control’s main client area to its initial value.
RestoreLayoutFromRegistry(String, OptionsLayoutBase) Restores the control’s layout stored at the specified system registry path, using the specified options. Inherited from TreeList.
RestoreLayoutFromRegistry(String) Restores the control layout stored at the specified system registry path. Inherited from TreeList.
RestoreLayoutFromStream(Stream, OptionsLayoutBase) Loads the control’s layout from a stream, using the specified options. Inherited from TreeList.
RestoreLayoutFromStream(Stream) Loads the control’s layout from a stream. Inherited from TreeList.
RestoreLayoutFromXml(String, OptionsLayoutBase) Loads a control’s layout from the specified XML file, using the specified options. Inherited from TreeList.
RestoreLayoutFromXml(String) Loads a control’s layout from the specified XML file. Inherited from TreeList.
ResumeLayout() Resumes usual layout logic. Inherited from Control.
ResumeLayout(Boolean) Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests. Inherited from Control.
RtlTranslateAlignment(ContentAlignment) protected Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. Inherited from Control.
RtlTranslateAlignment(HorizontalAlignment) protected Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. Inherited from Control.
RtlTranslateAlignment(LeftRightAlignment) protected Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. Inherited from Control.
RtlTranslateContent(ContentAlignment) protected Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. Inherited from Control.
RtlTranslateHorizontal(HorizontalAlignment) protected Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. Inherited from Control.
RtlTranslateLeftRight(LeftRightAlignment) protected Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. Inherited from Control.
SaveLayoutToRegistry(String, OptionsLayoutBase) Saves the control’s layout to the specified system registry path, using the specified options. Inherited from TreeList.
SaveLayoutToRegistry(String) Saves the control’s layout to the specified system registry path. Inherited from TreeList.
SaveLayoutToStream(Stream, OptionsLayoutBase) Saves the control’s layout to a stream, using the specified options. Inherited from TreeList.
SaveLayoutToStream(Stream) Saves the control’s layout to a stream. Inherited from TreeList.
SaveLayoutToXml(String, OptionsLayoutBase) Saves a control’s layout to a specified XML file, using the specified options. Inherited from TreeList.
SaveLayoutToXml(String) Saves a control’s layout to a specified XML file. Inherited from TreeList.
Scale(SizeF) Scales the control and all child controls by the specified scaling factor. Inherited from Control.
Scale(Single, Single) Scales the entire control and any child controls. Inherited from Control.
Scale(Single) Scales the control and any child controls. Inherited from Control.
ScaleCore(Single, Single) protected This method is not relevant for this class. Inherited from Control.
ScheduleFromStartDate(DateTime) Reschedules all tasks so that the project starts on the specified date.
ScheduleToFinishDate(DateTime) Reschedules all tasks so that the project ends on the specified date.
ScrollChartToDate(DateTime) Scrolls the chart to the specified date.
ScrollChartToTask(GanttControlNode) Scrolls the chart to the specified task.
Select() Activates the control. Inherited from Control.
Select(Boolean, Boolean) protected Activates a child control. Optionally specifies the direction in the tab order to select the control from. Inherited from Control.
SelectAll() Selects all currently visible nodes. Inherited from TreeList.
SelectCell(TreeListNode, TreeListColumn) Selects the cell in the specified node and column. Inherited from TreeList.
SelectCells(TreeListNode, TreeListColumn, TreeListNode, TreeListColumn) Selects cells in the specified range. Inherited from TreeList.
SelectCells(Int32, String, Int32, String) Selects cells in the specified range by data source IDs. Inherited from TreeList.
SelectNextControl(Control, Boolean, Boolean, Boolean, Boolean) Activates the next control. Inherited from Control.
SelectNode(TreeListNode) Selects the specified node. This method is in effect only when multi-node selection is available. Otherwise, assign a required node to the FocusedNode property. Inherited from TreeList.
SelectNodes(TreeListNode, TreeListNode) Selects nodes in the specified range. Inherited from TreeList.
SelectNodes(Int32, Int32) Selects nodes in the specified range by data source IDs. Inherited from TreeList.
SendToBack() Sends the control to the back of the z-order. Inherited from Control.
SetAutoFilterValue(TreeListColumn, Object, AutoFilterCondition) Assigns a required value to a automatic filtering row cell owned by a specific Tree List column. Inherited from TreeList.
SetAutoSizeMode(AutoSizeMode) protected Sets a value indicating how a control will behave when its AutoSize property is enabled. Inherited from Control.
SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) Sets the specified bounds of the control to the specified location and size. Inherited from Control.
SetBounds(Int32, Int32, Int32, Int32) Sets the bounds of the control to the specified location and size. Inherited from Control.
SetChartVisibleRange(DateTime, DateTime) Sets the chart’s visible range.
SetClientSizeCore(Int32, Int32) protected Sets the size of the client area of the control. Inherited from Control.
SetColumnError(TreeListColumn, String, ErrorType) Sets an error description and an error type for the specified cell within the focused node. Inherited from TreeList.
SetColumnError(TreeListColumn, String) Sets an error description for a cell within the focused node or for the entire focused node. Inherited from TreeList.
SetColumnPosition(TreeListColumn, Int32, Int32) Moves the specified column to the specified position among visible columns belonging to the same band. Inherited from TreeList.
SetDefaultBehaviorOptions() Sets the options provided by the TreeList.OptionsBehavior property to their default values. Inherited from TreeList.
SetDefaultCustomizationOptions() Sets the options provided by the TreeList.OptionsCustomization property to their default values. Inherited from TreeList.
SetDefaultNavigationOptions() Sets the options provided by the TreeList.OptionsNavigation property to their default values. Inherited from TreeList.
SetDefaultOptionsView() Sets the options provided by the TreeList.OptionsView property to their default values. Inherited from TreeList.
SetDefaultPrintOptions() Sets the options provided by the TreeList.OptionsPrint property to their default values. Inherited from TreeList.
SetDefaultRowHeight() Activates automatic row height adjustment. Inherited from TreeList.
SetDefaultSelectionOptions() Sets the options provided by the TreeList.OptionsSelection property to their default values. Inherited from TreeList.
SetDependency(GanttControlNode, GanttControlNode, DependencyType, TimeSpan) Allows you to specify a dependency between two tasks.
SetFocusedNode(TreeListNode) Sets focus to a specific node within the current TreeList control. Inherited from TreeList.
SetFocusedRowCellValue(TreeListColumn, Object) Assigns a value to the specified column within the currently focused data row. Inherited from TreeList.
SetFocusedRowCellValue(String, Object) Assigns the required value to a cell within the focused Tree List node. Inherited from TreeList.
SetFocusedValue(Object) Assigns the required value to the focused Tree List cell. Inherited from TreeList.
SetNodeCheckState(TreeListNode, CheckState, Boolean) Sets the node’s check state. Allows you to set the check state for child and parent (if all child nodes are checked or unchecked) nodes. Inherited from TreeList.
SetNodeCheckState(TreeListNode, CheckState) Sets the node’s check state to the specified value. Inherited from TreeList.
SetNodeIndex(TreeListNode, Int32) Moves the specified node to a new position within its parent node’s child collection. Inherited from TreeList.
SetRowCellValue(TreeListNode, TreeListColumn, Object) Sets the TreeList cell to a specific value. Inherited from TreeList.
SetRowCellValue(TreeListNode, String, Object) Sets the TreeList cell to a specific value. Inherited from TreeList.
SetSearchControl(ISearchControl) This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from TreeList.
SetSelectionAnchor(TreeListNode, TreeListColumn) When users select multiple nodes, the selection starts from the selection anchor, rather than the currently focused node. Call the SetSelectionAnchor method to set this selection anchor. Inherited from TreeList.
SetStyle(ControlStyles, Boolean) protected Sets a specified ControlStyles flag to either true or false. Inherited from Control.
SetTaskSplits(Int32, List<TimeSpan>) Sets the collection of time spans that specify the task’s body and splits one after another.
SetTimelineBarRange(TimelineBar, Nullable<DateTime>, Nullable<DateTime>) Sets a custom date range for the specified timeline bar.
SetTimelineVisibleRange(DateTime, DateTime) Sets a visible date range for the timeline.
SetTopLevel(Boolean) protected Sets the control as the top-level control. Inherited from Control.
SetVisibleCore(Boolean) protected Sets the control to the specified visible state. Inherited from Control.
Show() Displays the control to the user. Inherited from Control.
ShowAutoFilterConditionsMenu(TreeListColumn) Invokes the condition selector’s menu for the specific column in the automatic filtering row. Inherited from TreeList.
ShowContextMenu() Displays a node context menu for the focused cell. Inherited from TreeList.
ShowCustomization() Displays the Customization Form. Inherited from TreeList.
ShowCustomization(Point) Displays the Customization Form at the specified point. Inherited from TreeList.
ShowEditForm(TreeListNode) Opens the Edit Form for the specific Tree List node. If the node parameter is not set, the Edit Form opens for the currently focused node. Inherited from TreeList.
ShowEditor() Switches the TreeList control to edit mode. Inherited from TreeList.
ShowEditor(String) Moves focus to the specified cell in the focused node and switches the TreeList control to edit mode (activates the cell’s editor). Inherited from TreeList.
ShowFilterEditor(TreeListColumn) Shows the Filter Editor. Inherited from TreeList.
ShowFilterPopup(TreeListColumn) Shows the filter pop-up menu for the specified column. Inherited from TreeList.
ShowFindPanel() Displays the Find Panel. Inherited from TreeList.
ShowLoadingPanel() Shows the animated Loading Panel indicating the data load process. Inherited from TreeList.
ShowPrintPreview() Opens the Print Preview window, which displays commands in bars. Inherited from TreeList.
ShowRibbonPrintPreview() Opens the Print Preview window, which displays commands in a ribbon. Inherited from TreeList.
ShowUnboundExpressionEditor(TreeListColumn) Invokes an Expression Editor that enables editing an expression for the specified unbound column. Inherited from TreeList.
SizeFromClientSize(Size) protected Determines the size of the entire control from the height and width of its client area. Inherited from Control.
Sort(TreeListNode, TreeListColumn, SortOrder, Boolean) Sorts the specified node’s children against a column. Allows you to sort root nodes. Inherited from TreeList.
Sort(TreeListNode, IComparer<TreeListNode>, Boolean) Sorts the specified node’s children using the specified IComparer object. Allows you to sort root nodes. Inherited from TreeList.
SplitTask(Int32, DateTime, TimeSpan) Splits the specified task.
StartIncrementalSearch(String) Starts an incremental search for the specified string. Inherited from TreeList.
StopIncrementalSearch() Stops the incremental search, if there is one currently in progress. Inherited from TreeList.
SuspendLayout() Temporarily suspends the layout logic for the control. Inherited from Control.
IDropTarget.OnDragDrop(DragEventArgs) Raises the DragDrop event. Inherited from Control.
IDropTarget.OnDragEnter(DragEventArgs) Raises the DragEnter event. Inherited from Control.
IDropTarget.OnDragLeave(EventArgs) Raises the DragLeave event. Inherited from Control.
IDropTarget.OnDragOver(DragEventArgs) Raises the DragOver event. Inherited from Control.
ToString() Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component.
UncheckAll() Unchecks all nodes in the Tree List control. Inherited from TreeList.
UnlockReloadNodes() Updates the control’s tree structure after the TreeList.LockReloadNodes method call, and updates it immediately. Inherited from TreeList.
UnselectCell(TreeListNode, TreeListColumn) Discards selection of the cell in the specified intersection. Inherited from TreeList.
UnselectCells(TreeListNode, TreeListColumn, TreeListNode, TreeListColumn) Discards selection of the specified range of cells. Inherited from TreeList.
UnselectCells(Int32, String, Int32, String) Discards selection of the specified range of cells by data source IDs. Inherited from TreeList.
UnselectNode(TreeListNode) Discards selection of the specified node. Inherited from TreeList.
UnselectNodes(TreeListNode, TreeListNode) Discards selection of nodes in the specified range. Inherited from TreeList.
UnselectNodes(Int32, Int32) Discards selection of nodes in the specified range by data source IDs. Inherited from TreeList.
Update() Causes the control to redraw the invalidated regions within its client area. Inherited from Control.
UpdateBounds() protected Updates the bounds of the control with the current size and location. Inherited from Control.
UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) protected Updates the bounds of the control with the specified size, location, and client size. Inherited from Control.
UpdateBounds(Int32, Int32, Int32, Int32) protected Updates the bounds of the control with the specified size and location. Inherited from Control.
UpdateStyles() protected Forces the assigned styles to be reapplied to the control. Inherited from Control.
UpdateSummaryProgress(GanttControlNode) Updates the progress for all summary tasks in a tree branch that starts from the specified task.
UpdateZOrder() protected Updates the control in its parent’s z-order. Inherited from Control.
ZoomIn() Increases the time ruler scale.
ZoomOut() Decreases the time ruler scale.

Events

Name Description
AfterCheckNode Occurs after a node’s check state has been changed by an end-user. Inherited from TreeList.
AfterCollapse Fires immediately after a node has been collapsed. Inherited from TreeList.
AfterDragNode Fires immediately after a drag-and-drop operation on a node has been successfully completed. Inherited from TreeList.
AfterDropNode Fires after a node is dropped. Inherited from TreeList.
AfterExpand Fires immediately after a node has been expanded. Inherited from TreeList.
AfterFocusNode Fires in response to focus being moved between nodes. Inherited from TreeList.
AutoSizeChanged This event is not relevant for this class. Inherited from Control.
BackColorChanged Occurs when the value of the BackColor property changes. Inherited from Control.
BackgroundImageChanged Occurs when the value of the BackgroundImage property changes. Inherited from Control.
BackgroundImageLayoutChanged Occurs when the BackgroundImageLayout property changes. Inherited from Control.
BandPositionChanged Fires after a band changes its position or visibility. Inherited from TreeList.
BandWidthChanged Occurs when the band’s width is changed. Inherited from TreeList.
BeforeCheckNode Occurs before a node’s check state is changed. Inherited from TreeList.
BeforeCollapse Fires before a node is collapsed. Inherited from TreeList.
BeforeDragNode Fires when an attempt to drag a node is performed. Inherited from TreeList.
BeforeDropNode Fires when a node is about to be dropped, and allows you to cancel the operation. Inherited from TreeList.
BeforeExpand Fires before a node is expanded. Allows you to implement dynamic node loading in unbound mode. Inherited from TreeList.
BeforeFocusNode Fires before a node is focused. Inherited from TreeList.
BeforeLoadLayout Occurs before a layout is restored from storage (a stream, xml file or the system registry). Inherited from TreeList.
BindingContextChanged Occurs when the value of the BindingContext property changes. Inherited from Control.
CalcNodeDragImageIndex Enables you to specify a custom image to be displayed in front of nodes during node drag-and-drop. Inherited from TreeList.
CalcNodeHeight Allows you to assign custom node height. Inherited from TreeList.
CausesValidationChanged Occurs when the value of the CausesValidation property changes. Inherited from Control.
CellValueChanged Fires immediately after a user closes a cell editor with a modified value. Inherited from TreeList.
CellValueChanging Fires when an end-user starts to edit a cell value. Inherited from TreeList.
ChangeUICues Occurs when the focus or keyboard user interface (UI) cues change. Inherited from Control.
Click Occurs when the control is clicked. Inherited from Control.
ClientSizeChanged Occurs when the value of the ClientSize property changes. Inherited from Control.
ClipboardNodeCopying Fires 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.
ClipboardNodePasting Fires 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.
ColumnButtonClick Fires when the column button is clicked. Inherited from TreeList.
ColumnChanged Fires immediately after the column collection or an individual column has been modified. Inherited from TreeList.
ColumnFilterChanged Occurs when a column’s filter condition is changed. Inherited from TreeList.
ColumnPositionChanged Fires when a column is moved, hidden, or shown. Inherited from TreeList.
ColumnUnboundExpressionChanged Fires after a column’s TreeListColumn.UnboundExpression property has been changed. Inherited from TreeList.
ColumnWidthChanged Fires after a column’s width has been changed. Inherited from TreeList.
CompareNodeValues Enables 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.
ContextMenuChanged Occurs when the value of the ContextMenu property changes. Inherited from Control.
ContextMenuStripChanged Occurs when the value of the ContextMenuStrip property changes. Inherited from Control.
ControlAdded Occurs when a new control is added to the Control.ControlCollection. Inherited from Control.
ControlRemoved Occurs when a control is removed from the Control.ControlCollection. Inherited from Control.
CreateCustomNode Provides the ability to create custom nodes. Inherited from TreeList.
CursorChanged Occurs when the value of the Cursor property changes. Inherited from Control.
CustomCalcTaskDependency Fires before the control calculates a dependency line. Allows you to specify the dependency line.
CustomColumnDisplayText Fires for both bound and unbound Tree List columns and allows you to provide a custom display text for any cell. Inherited from TreeList.
CustomColumnSort Allows you to apply custom sorting for those Tree List columns whose TreeListColumn.SortMode is set to Custom. Inherited from TreeList.
CustomDrawBandHeader Provides the capability to custom paint band headers. Inherited from TreeList.
CustomDrawColumnHeader Provides the ability to custom paint column headers and the column button. Inherited from TreeList.
CustomDrawEmptyArea Enables you to custom paint a Tree List’s empty area. Inherited from TreeList.
CustomDrawFilterPanel Enables you to custom paint the Filter Panel. Inherited from TreeList.
CustomDrawFooter Gives you the ability to perform custom painting of the summary footer. Inherited from TreeList.
CustomDrawFooterCell Gives you the ability to perform custom painting of column footer cells. Inherited from TreeList.
CustomDrawNodeButton Gives you the ability to perform custom painting of expand buttons. Inherited from TreeList.
CustomDrawNodeCell Provides the ability to perform custom painting of node cells. Inherited from TreeList.
CustomDrawNodeCheckBox Enables you to manually paint node check boxes. Inherited from TreeList.
CustomDrawNodeImages Provides access to a GDI+/DirectX drawing surface and allows you to draw node icons manually. Inherited from TreeList.
CustomDrawNodeIndent Enables tree indents to be painted manually. Inherited from TreeList.
CustomDrawNodeIndicator Provides the ability to perform custom painting of indicator cells. Inherited from TreeList.
CustomDrawNodePreview Allows you to custom paint preview sections. Inherited from TreeList.
CustomDrawRow Enables you to paint rows. Inherited from TreeList.
CustomDrawRowFooter Provides the ability to perform custom painting of row footers. Inherited from TreeList.
CustomDrawRowFooterCell Provides the ability to perform custom painting of row footer cells. Inherited from TreeList.
CustomDrawScroll Allows you to draw custom scrollbars, or highlight specific positions on the scrollbars. Inherited from TreeList.
CustomDrawTask Fires before a task in the chart area is displayed. Provides access to a drawing surface and allows you to draw the task manually.
CustomDrawTaskDependency Fires 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.
CustomDrawTimelineBar Allows you to draw a timeline bar.
CustomDrawTimelineTask Allows you to draw tasks displayed on the timeline.
CustomDrawTimescaleColumn Fires before a column in the chart area is displayed. Provides access to a drawing surface and allows you to draw the column manually.
CustomFilterDisplayText Allows you to customize the text displayed within the Filter Panel. Inherited from TreeList.
CustomizationFormSearch Allows you to filter search results when a user searches in the Advanced Customization Form. Inherited from TreeList.
CustomizeItem Allows you to modify items generated from HTML templates.
CustomizeNewNodeFromOuterData Allows you to initialize a new node when a user drops the node from another TreeList control onto the current TreeList control. Inherited from TreeList.
CustomizeNodeTemplate Allows you to customize templated nodes. Inherited from TreeList.
CustomNodeCellEdit Enables 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.
CustomNodeCellEditForEditing Allows 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.
CustomPrintTask Fires 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.
CustomPrintTaskDependency Fires 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.
CustomPrintTimescaleColumn Fires 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
CustomRowFilter Allows you to specify the node visibility, regardless of the applied filter. Inherited from TreeList.
CustomScrollAnnotation Allows you to specify custom annotations. Inherited from TreeList.
CustomTaskDisplayText Allows you to specify the caption displayed inside, to the left, and to the right of a task.
CustomTaskProgress Fires when a task’s progress is recalculated and allows you to specify a custom value.
CustomTaskScheduling Fires 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.
CustomTimelineItemText Allows you to specify a custom caption and details for tasks displayed on the timeline.
CustomUnboundColumnData Allows you to provide data to unbound columns, and save their modified records to an external source. Inherited from TreeList.
DataSourceChanged Occurs whenever the TreeList changes its data source. Inherited from TreeList.
DefaultPaintHelperChanged Fires when a different paint helper is assigned to the TreeList control. Inherited from TreeList.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DockChanged Occurs when the value of the Dock property changes. Inherited from Control.
DoubleClick Occurs when the control is double-clicked. Inherited from Control.
DragCancelNode Fires immediately after a drag-and-drop operation over a node has been canceled. Inherited from TreeList.
DragDrop Occurs when a drag-and-drop operation is completed. Inherited from Control.
DragEnter Occurs when an object is dragged into the control’s bounds. Inherited from Control.
DragLeave Occurs when an object is dragged out of the control’s bounds. Inherited from Control.
DragObjectDrop Fires immediately after the drag and drop operation has been completed. Inherited from TreeList.
DragObjectOver Enables you to control whether the dragged column header can be dropped at the current position. Inherited from TreeList.
DragObjectStart Fires when an end-user attempts to drag a column header. Inherited from TreeList.
DragOver Occurs when an object is dragged over the control’s bounds. Inherited from Control.
EditFormHidden Fires after the Edit Form is closed. Inherited from TreeList.
EditFormPrepared Fires when the Edit Form is about to be displayed. Allows you to customize the Edit Form. Inherited from TreeList.
EditFormShowing Fires when the Edit Form is about to be displayed. Allows you to cancel the action. Inherited from TreeList.
EditorKeyDown Occurs when a key is pressed within an in-place editor that belongs to the container control. Inherited from EditorContainer.
EditorKeyPress Occurs when a character key is pressed within an in-place editor that belongs to the container control. Inherited from EditorContainer.
EditorKeyUp Occurs when a pressed key is released within an in-place editor that belongs to the container control. Inherited from EditorContainer.
EnabledChanged Occurs when the Enabled property value has changed. Inherited from Control.
EndSorting Fires after a sorting operation has finished. Inherited from TreeList.
Enter Occurs when the control is entered. Inherited from Control.
FilterEditorCreated Allows you to customize the Filter Editor before it is displayed on screen. Inherited from TreeList.
FilterExpressionEditorCreated Allows you to customize the Expression Editor used to edit custom expressions that are displayed in the control’s Filter Editor. Inherited from TreeList.
FilterNode This event is obsolete. Use the TreeList.CustomRowFilter event instead. Inherited from TreeList.
FilterPopupExcelCustomizeTemplate Allows you to customize templates used by Excel-style Filter Dropdowns and external editors generated using Filtering UI Context. Inherited from TreeList.
FilterPopupExcelData Allows 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.
FilterPopupExcelParseFilterCriteria Allows you to parse the filter criteria applied to data and select the corresponding values in the filter menu. Inherited from TreeList.
FilterPopupExcelPrepareTemplate Allows you to replace templates used by Excel-style Filter Dropdowns and external editors generated using Filtering UI Context. Inherited from TreeList.
FilterPopupExcelQueryFilterCriteria Fires when a filter criteria is about to be applied to data and allows you to customize the filter criteria. Inherited from TreeList.
FocusedColumnChanged Fires immediately after focus has been moved from a column. Inherited from TreeList.
FocusedNodeChanged Fires when focus moves from one node to another. Inherited from TreeList.
FontChanged Occurs when the Font property value changes. Inherited from Control.
ForeColorChanged Occurs when the ForeColor property value changes. Inherited from Control.
FormatInteractionTooltipValues
FormatRuleExpressionEditorCreated Allows you to customize the Expression Editor embedded in the Edit Formatting Rule dialog. Inherited from TreeList.
GetCustomNodeCellEdit Obsolete. Provides the ability to assign editors to individual cells. Inherited from TreeList.
GetCustomNodeCellStyle Obsolete. Provides the ability to assign custom style to individual cells. Inherited from TreeList.
GetCustomSummaryValue Allows you to specify custom summary values when the control is displayed on-screen. Inherited from TreeList.
GetNodeDisplayValue Allows you to display custom values within cells. This event is obsolete. Use the TreeList.CustomColumnDisplayText event instead. Inherited from TreeList.
GetPreviewText Enables you to supply custom text for nodes’ preview sections. Inherited from TreeList.
GetPrintCustomSummaryValue Allows you to specify custom summary values when the control is printed. Inherited from TreeList.
GetPrintPreviewText Enables you to display custom text in preview sections when the control is printed. Inherited from TreeList.
GetSelectImage Allows you to assign select images to nodes. Inherited from TreeList.
GetStateImage Allows you to assign state images to nodes. Inherited from TreeList.
GiveFeedback Occurs during a drag operation. Inherited from Control.
GotFocus Occurs when the control receives focus. Inherited from Control.
HandleCreated Occurs when a handle is created for the control. Inherited from Control.
HandleDestroyed Occurs when the control’s handle is in the process of being destroyed. Inherited from Control.
HelpRequested Occurs when the user requests help for a control. Inherited from Control.
HiddenEditor Fires immediately after a cell editor has been closed. Inherited from TreeList.
HideCustomizationForm Fires immediately after the Customization Form has been closed. Inherited from TreeList.
HtmlElementMouseClick Occurs when a user clicks an element inside an HTML-CSS template. Inherited from TreeList.
HtmlElementMouseDoubleClick Occurs when a user double-clicks any element of an HTML-CSS template. Inherited from TreeList.
HtmlElementMouseDown Occurs when a mouse pointer is over an element of an HTML-CSS template, and a mouse button is pressed. Inherited from TreeList.
HtmlElementMouseMove Occurs when a mouse pointer moves while over an element of an HTML-CSS template. Inherited from TreeList.
HtmlElementMouseOut Occurs when a mouse pointer leaves the bounds of an element within an HTML-CSS template. Inherited from TreeList.
HtmlElementMouseOver Occurs when a mouse pointer enters the bounds of an element within an HTML-CSS template. Inherited from TreeList.
HtmlElementMouseUp Occurs when a mouse button pressed over an element of an HTML-CSS template is released. Inherited from TreeList.
HtmlSelectedTextChanged Inherited from TreeList.
HyperlinkClick Fires when a hyperlink in a column or band header is activated. Inherited from TreeList.
ImeModeChanged Occurs when the ImeMode property has changed. Inherited from Control.
InitNewRow Fires when a new node is about to be created in the New Item Row and allows you to initialize column values. Inherited from TreeList.
Invalidated Occurs when a control’s display requires redrawing. Inherited from Control.
InvalidNodeException Fires when a node fails validation or when its data cannot be saved to the data source. Inherited from TreeList.
InvalidValueException Enables you to handle exceptions raised as a result of assigning invalid values to cells. Inherited from TreeList.
KeyDown Occurs when a key is pressed while the control has focus. Inherited from Control.
KeyPress Occurs when a character. space or backspace key is pressed while the control has focus. Inherited from Control.
KeyUp Occurs when a key is released while the control has focus. Inherited from Control.
Layout Occurs when a control should reposition its child controls. Inherited from Control.
LayoutUpdated Fires after a Tree List’s layout has been changed. Inherited from TreeList.
LayoutUpgrade Occurs 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.
Leave Occurs when the input focus leaves the control. Inherited from Control.
LeftCoordChanged Fires when the control’s content is scrolled horizontally. Inherited from TreeList.
Load Occurs when a TreeList control is displayed for the first time. Inherited from TreeList.
LocationChanged Occurs when the Location property value has changed. Inherited from Control.
LostFocus Occurs when the control loses focus. Inherited from Control.
MarginChanged Occurs when the control’s margin changes. Inherited from Control.
MeasurePreviewHeight Allows you to specify the height of individual preview sections in pixels. Inherited from TreeList.
MouseCaptureChanged Occurs when the control loses mouse capture. Inherited from Control.
MouseClick Occurs when the control is clicked by the mouse. Inherited from Control.
MouseDoubleClick Occurs when the control is double clicked by the mouse. Inherited from Control.
MouseDown Occurs when the mouse pointer is over the control and a mouse button is pressed. Inherited from Control.
MouseEnter Occurs when the mouse pointer enters the control. Inherited from Control.
MouseHover Occurs when the mouse pointer rests on the control. Inherited from Control.
MouseLeave Occurs when the mouse pointer leaves the control. Inherited from Control.
MouseMove Occurs when the mouse pointer is moved over the control. Inherited from Control.
MouseUp Occurs when the mouse pointer is over the control and a mouse button is released. Inherited from Control.
MouseWheel Occurs when the mouse wheel moves while the control has focus. Inherited from Control.
Move Occurs when the control is moved. Inherited from Control.
NodeCellStyle Allows you to customize the appearance of individual cells. Inherited from TreeList.
NodeChanged Fires after the node’s property has changed. Inherited from TreeList.
NodesReloaded Fires when the Tree List control reloads all nodes. Inherited from TreeList.
PaddingChanged Occurs when the control’s padding changes. Inherited from Control.
Paint Occurs when the control is redrawn. Inherited from Control.
PaintEx A DirectX-compatible event that replaces the standard Control.Paint event. Inherited from TreeList.
ParentChanged Occurs when the Parent property value changes. Inherited from Control.
ParseFindPanelText Fires 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.
PreviewKeyDown Occurs before the KeyDown event when a key is pressed while focus is on this control. Inherited from Control.
PrintExportProgress Fires repeatedly while the TreeList’s data is being printed/exported. Inherited from TreeList.
PropertyDeserializing Allows you to restore certain settings previously saved in the layout. Inherited from TreeList.
PropertySerializing Allows you to include certain settings in the layout when you save it. Inherited from TreeList.
QueryAccessibilityHelp Occurs when AccessibleObject is providing help to accessibility applications. Inherited from Control.
QueryContinueDrag Occurs 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.
QueryCustomFunctions Allows 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.
QueryEmptyTreeTemplate Allows you to assign HTML-CSS templates from the HtmlTemplates collection to an empty TreeList. Inherited from TreeList.
QueryItemTemplate Allows you to assign HTML-CSS templates from the GanttControl.HtmlTemplates collection to UI elements of the required type.
QueryNodeTemplate Allows you to assign HTML-CSS templates from the HtmlTemplates collection to nodes. Inherited from TreeList.
RegionChanged Occurs when the value of the Region property changes. Inherited from Control.
RequestTimescaleRulers Fires when the chart is zoomed in / zoomed out. Allows you to customize the timescale rulers.
Resize Occurs when the control is resized. Inherited from Control.
RightToLeftChanged Occurs when the RightToLeft property value changes. Inherited from Control.
RowCellClick Fires when a cell is clicked. Inherited from TreeList.
RowClick Fires when a row (node) is clicked. Inherited from TreeList.
RowSelectImageClick Fires when a row’s select image is clicked. Inherited from TreeList.
RowStateImageClick Fires when a row’s state image is clicked. Inherited from TreeList.
ScrollAnnotationsStyle Allows you to customize the scrollbar annotation color and alignment. Inherited from TreeList.
SelectImageClick Fires when the user clicks a node’s select image. This event is obsolete. Use RowSelectImageClick instead. Inherited from TreeList.
SelectionChanged Fires when node selection is changed. In v21.1 and higher, the event fires both in single and multiple node selection modes. Inherited from TreeList.
SelectionChanging Allows you to specify whether users can select and unselect nodes. Inherited from TreeList.
ShowCustomizationForm Fires immediately after the Customization Form has been displayed. Inherited from TreeList.
ShowFilterPopupCheckedListBox Fires before a pop-up filter menu is displayed. Allows you to customize the value checklist. Inherited from TreeList.
ShowFilterPopupDate Allows you to customize a column’s dropdown calendar before it is displayed. Inherited from TreeList.
ShowFilterPopupExcel Allows you to hide specific filtering conditions from the “Filters” tab of the Excel-style Filter Dropdown. Inherited from TreeList.
ShowFilterPopupListBox Fires before a pop-up filter menu is displayed. Allows you to customize the value list. Inherited from TreeList.
ShowingEditor Fires before the TreeList is switched to edit mode. Inherited from TreeList.
ShownEditor Fires immediately after a cell editor has been invoked. Inherited from TreeList.
ShowTreeListMenu Obsolete. Allows you to customize the default menus for column headers, row and footer summaries, nodes, and the empty area. Inherited from TreeList.
SizeChanged Occurs when the Size property value changes. Inherited from Control.
SplitterPositionChanged Fires after the splitter changes its position.
SplitterPositionChanging Fires before the splitter changes its position. Allows you to cancel the action.
StartSorting Fires before a sorting operation is started. Inherited from TreeList.
StateChanged Fires after the Tree List’s state has changed. Inherited from TreeList.
StateImageClick Fires when the user clicks a node’s state image. This event is obsolete. Use RowStateImageClick instead. Inherited from TreeList.
StyleChanged Occurs when the control style changes. Inherited from Control.
SubstituteFilter Allows you to replace the applied filter with another filter. Inherited from TreeList.
SystemColorsChanged Occurs when the system colors change. Inherited from Control.
TabIndexChanged Occurs when the TabIndex property value changes. Inherited from Control.
TabStopChanged Occurs when the TabStop property value changes. Inherited from Control.
TaskDependencyModification Repeatedly 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.
TaskDependencyModificationCanceled Fires 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.
TaskDependencyModificationCompleted Fires when a user finishes modifying a dependency. Allows you to cancel the operation.
TaskDependencyModified Fires 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.
TaskFinishDateModification Repeatedly 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.
TaskFinishDateModificationCanceled Fires 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.
TaskFinishDateModificationCompleted Fires when a user finishes modifying a finish date. Allows you to cancel the operation.
TaskFinishDateModificationStarted Fires 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.
TaskFinishDateModified Fires 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.
TaskMoveCanceled Fires 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.
TaskMoveCompleted Fires when a user finishes moving a task. Allows you to cancel the operation.
TaskMoved Fires 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.
TaskMoveStarted Fires 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.
TaskMoving Repeatedly 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.
TaskPopupMenuShowing Fires when a context menu for a task is about to be shown.
TaskProgressModification Repeatedly 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.
TaskProgressModificationCanceled Fires 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.
TaskProgressModificationCompleted Fires when a user finishes modifying progress. Allows you to cancel the operation.
TaskProgressModificationStarted Fires 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.
TaskProgressModified Fires 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.
TaskToolTipShowing Fires when a tooltip for a task is about to be shown.
TextChanged Occurs when the Text property value changes. Inherited from Control.
TimelinePopupMenuShowing
TimelineSplitterPositionChanged Occurs after the height of the timeline was changed.
TimelineSplitterPositionChanging Occurs before the timeline height is changed by a user and allows you to cancel the action.
TimelineTaskToolTipShowing Allows you to display a regular or super tooltip for a task displayed on the timeline.
TopVisibleNodeIndexChanged Fires when the control’s content is scrolled vertically. Inherited from TreeList.
TreeListMenuItemClick Provides the ability to perform custom handling of a context menu item click. Inherited from TreeList.
TreeListPopupMenuShowing Allows you to customize the default menus for column headers, summary footers, and nodes.
UnboundExpressionEditorCreated Fires after an Expression Editor has been created for an unbound column. Inherited from TreeList.
Validated Occurs when the control is finished validating. Inherited from Control.
ValidateNode Gives you the ability to specify whether a modified node’s data is valid, and if this node can lose focus. Inherited from TreeList.
Validating Occurs when the control is validating. Inherited from Control.
ValidatingEditor Fires when an editor is validated. Inherited from TreeList.
VirtualTreeGetCellValue This 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.
VirtualTreeGetChildNodes Allows you to supply root and child nodes, when populating the Tree List control with data dynamically. Inherited from TreeList.
VirtualTreeSetCellValue Allows changes that are made to node cells and check state to be stored. Inherited from TreeList.
VisibleChanged Occurs when the Visible property value changes. Inherited from Control.
See Also