Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Tree and Chart Areas

In This Article

The GanttControl consists of two areas:

  • Tree — displays a list of tasks that are organized in a tree structure. The GanttControl class is derived from the TreeList class. For links to supported features, see the Tree List Features topic.

  • Chart — displays the timescale and bars that illustrate task start and finish dates, progress, and dependencies.

image

A splitter separates the tree list and the chart. The GanttControl.SplitterPosition property specifies the splitter position. The SplitterPositionChanging and SplitterPositionChanged events fire before and after the property changes.

#Options

The GanttControl.OptionsSplitter property provides access to the settings related to the panels and the splitter.

#Panels

  • PanelVisibility — Gets or sets whether the task list, chart or both are visible.
  • FixedPanel — Gets or sets whether the task list or chart width is fixed when the user resizes the control, or their widths change proportionally.

#Splitter