The
Exontrol's ExGantt component is our approach to create timeline charts (also
known as Gantt charts). Gantt chart is a time-phased graphic display of
activity durations. Activities are listed with other tabular information on
the left side with time intervals over the bars. Activity durations are shown
in the form of horizontal bars. The Gantt object supports the following
properties and methods:
| |  | Name | Description | |
| | | AllowEdit | Retrieves or sets a value that indicates whether the editing tree is allowed or disabled. | |
| | | Appearance | Retrieves or sets the control's appearance. | |
| | | ApplyFilter | Applies the filter. | |
| | | ASCIILower | Specifies the set of lower characters. | |
| | | ASCIIUpper | Specifies the set of upper characters. | |
| | | AutoSearch | Enables or disables the auto search feature. | |
| | | BackColor | Retrieves or sets a value that indicates the control's background color. | |
| | | BackColorAlternate | Specifies the background color used to display alternate items in the control. | |
| | | BackColorHeader | Specifies the header's background color. | |
| | | BackColorLevelHeader | Specifies the multiple levels header's background color. | |
| | | BackColorLock | Retrieves or sets a value that indicates the control's background color for the locked area. | |
| | | BackColorSortBar | Retrieves or sets a value that indicates the sort bar's background color. | |
| | | BackColorSortBarCaption | Returns or sets a value that indicates the caption's background color in the control's sort bar. | |
| | | Background | Returns or sets a value that indicates the background color for parts in the control. | |
| | | BeginUpdate | Maintains performance when items are added to the control one at a time. This method prevents the control from painting until the EndUpdate method is called. | |
| | | Chart | Gets the chart object. | |
| | | CheckImage | Retrieves or sets a value that indicates the image used by cells of checkbox type. | |
| | | ClearFilter | Clears the filter. | |
| | | ColumnAutoResize | Returns or sets a value indicating whether the control will automatically size its visible columns to fit on the control's client width. | |
| | | ColumnFromPoint | Retrieves the column from point. | |
| | | Columns | Retrieves the control's column collection. | |
| | | ColumnsAllowSizing | Retrieves or sets a value that indicates whether a user can resize columns at run-time. | |
| | | ConditionalFormats | Retrieves the conditional formatting collection. | |
| | | ContinueColumnScroll | Retrieves or sets a value indicating whether the control will automatically scroll the visible columns by pixel or by column width. | |
| | | CountLockedColumns | Retrieves or sets a value indicating the number of locked columns. A locked column is not scrollable. | |
| | | DataSource | Retrieves or sets a value that indicates the data source for object. | |
| | | DefaultItemHeight | Retrieves or sets a value that indicates the default item height. | |
| | | Description | Changes descriptions for control objects. | |
| | | DetectAddNew | Specifies whether the control detects when a new record is added to the bounded recordset. | |
| | | DrawGridLines | Retrieves or sets a value that indicates whether the grid lines are visible or hidden. | |
| | | Enabled | Enables or disables the control. | |
| | | EndUpdate | Resumes painting the control after painting is suspended by the BeginUpdate method. | |
| | | EnsureVisibleColumn | Scrolls the control's content to ensure that the column fits the client area. | |
| | | ExpandOnDblClick | Specifies whether the item is expanded or collapsed if the user dbl clicks the item. | |
| | | ExpandOnKeys | Specifies a value that indicates whether the control expands or collapses a node when user presses arrow keys. | |
| | | ExpandOnSearch | Expands items automatically while user types characters to search for a specific item. | |
| | | FilterBarBackColor | Specifies the background color of the control's filter bar. | |
| | | FilterBarCaption | Specifies the filter bar's caption. | |
| | | FilterBarDropDownHeight | Specifies the height of the drop down filter window proportionally with the height of the control's list. | |
| | | FilterBarFont | Retrieves or sets the font for control's filter bar. | |
| | | FilterBarForeColor | Specifies the foreground color of the control's filter bar. | |
| | | FilterBarHeight | Specifies the height of the control's filter bar. If the value is less than 0, the filter bar is automatically resized to fit its description. | |
| | | FilterCriteria | Retrieves or sets the filter criteria. | |
| | | FilterInclude | Specifies the items being included after the user applies the filter. | |
| | | Font | Retrieves or sets the control's font. | |
| | | ForeColor | Retrieves or sets a value that indicates the control's foreground color. | |
| | | ForeColorHeader | Specifies the header's foreground color. | |
| | | ForeColorLock | Retrieves or sets a value that indicates the control's foreground color for the locked area. | |
| | | ForeColorSortBar | Retrieves or sets a value that indicates the sort bar's foreground color. | |
| | | FullRowSelect | Enables full-row selection in the control. | |
| | | GetItems | Gets the collection of items into a safe array, | |
| | | GridLineColor | Specifies the grid line color. | |
| | | HasButtons | Adds a button to the left side of each parent item. The user can click the button to expand or collapse the child items as an alternative to double-clicking the parent item. | |
| | | HasButtonsCustom | Specifies the index of icons for +/- signs when the HasButtons property is exCustom. | |
| | | HasLines | Enhances the graphic representation of a tree control's hierarchy by drawing lines that link child items to their corresponding parent item. | |
| | | HeaderAppearance | Retrieves or sets a value that indicates the header's appearance. | |
| | | HeaderHeight | Retrieves or sets a value indicating the control's header height. | |
| | | HeaderVisible | Retrieves or sets a value that indicates whether the tree's header is visible or hidden. | |
| | | HideSelection | Returns a value that determines whether selected item appears highlighted when a control loses the focus. | |
| | | hWnd | Retrieves the control's window handle. | |
| | | HyperLinkColor | Specifies the hyperlink color. | |
| | | Images | Sets at runtime the control's image list. The Handle should be a handle to an Image List Control. | |
| | | Indent | Retrieves or sets the amount, in pixels, that child items are indented relative to their parent items. | |
| | | ItemFromPoint | Retrieves the item from point. | |
| | | Items | Retrieves the control's item collection. | |
| | | ItemsAllowSizing | Retrieves or sets a value that indicates whether a user can resize items at run-time. | |
| | | LinesAtRoot | Link items at the root of the hierarchy. | |
| | | MarkSearchColumn | Retrieves or sets a value that indicates whether the searching column is marked or unmarked | |
| | | OLEDrag | Causes a component to initiate an OLE drag/drop operation. | |
| | | OLEDropMode | Returns or sets how a target component handles drop operations | |
| | | Picture | Retrieves or sets a graphic to be displayed in the control. | |
| | | PictureDisplay | Retrieves or sets a value that indicates the way how the graphic is displayed on the control's background | |
| | | PictureDisplayLevelHeader | Retrieves or sets a value that indicates the way how the graphic is displayed on the control's header background. | |
| | | PictureLevelHeader | Retrieves or sets a graphic to be displayed in the control's header when multiple levels is on. | |
| | | PutItems | Adds an array of integer, long, date, string, double, float, or variant arrays to the tree, beginning at Index. | |
| | | RadioImage | Retrieves or sets a value that indicates the image used by cells of radio type. | |
| | | RClickSelect | Retrieves or sets a value that indicates whether an item is selected using right mouse button. | |
| | | Refresh | Refreshes the control's content. | |
| | | ReplaceIcon | Adds a new icon, replaces an icon or clears the control's image list. | |
| | | Scroll | Scrolls the control's content. | |
| | | ScrollBars | Returns or sets a value that determines whether the control has horizontal and/or vertical scroll bars. | |
| | | ScrollBySingleLine | Retrieves or sets a value that indicates whether the control scrolls the lines to the end. If you have at least a cell that has SingleLine false, you have to check the ScrollBySingleLine property.. | |
| | | ScrollPos | Specifies the vertical/horizontal scroll position. | |
| | | SearchColumnIndex | Retrieves or sets a value indicating the column's index that is used for auto search feature. | |
| | | SelBackColor | Retrieves or sets a value that indicates the selection background color. | |
| | | SelBackMode | Retrieves or sets a value that indicates whether the selection is transparent or opaque. | |
| | | SelectColumn | Specifies whether the user selects cells only in SelectColumnIndex column, while FullRowSelect property is False. | |
| | | SelectColumnIndex | Retrieves or sets a value that indicates control column's index where the user is able to select an item. It has effect only for FullRowSelect = false. | |
| | | SelectColumnInner | Retrieves or sets a value that indicates the index of the inner cell that's selected. | |
| | | SelForeColor | Retrieves or sets a value that indicates the selection foreground color. | |
| | | SelLength | Returns or sets the number of characters selected. | |
| | | SelStart | Returns or sets the starting point of text selected; indicates the position of the insertion point if no text is selected. | |
| | | ShowFocusRect | Retrieves or sets a value indicating whether the control draws a thin rectangle arround the focused item. | |
| | | ShowImageList | Specifies whether the control's image list window is visible or hidden. | |
| | | ShowLockedItems | Retrieves or sets a value that indicates whether the control displays the locked items. | |
| | | SingleSel | Retrieves or sets a value that indicates whether the control supports single or multiple selection. | |
| | | SingleSort | Returns or sets a value that indicates whether the control supports sorting by single or multiple columns. | |
| | | SortBarCaption | Specifies the caption being displayed on the control's sort bar when the sort bar contains no columns. | |
| | | SortBarColumnWidth | Specifies the maximum width a column can be in the control's sort bar. | |
| | | SortBarHeight | Retrieves or sets a value that indicates the height of the control's sort bar. | |
| | | SortBarVisible | Retrieves or sets a value that indicates whether control's sort bar is visible or hidden. | |
| | | SortOnClick | Retrieves or sets a value that indicates whether the control sorts automatically the data when the user click on column's caption. | |
| | | Template | Specifies the control's template. | |
| | | ToolTipDelay | Specifies the time in ms that passes before the ToolTip appears. | |
| | | ToolTipPopDelay | Specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. | |
| | | ToolTipWidth | Specifies a value that indicates the width of the tooltip window, in pixels. | |
| | | TreeColumnIndex | Retrieves or sets a value indicating the column's index where the hierarchy will be displayed. | |
| | | UseTabKey | Specifies whether the TAB key is used to change the searching column. | |
| | | Version | Retrieves the control's version. | |
| | | VisualAppearance | Retrieves the control's appearance. | |