Skip to main content

VCL Tree List

  • 3 minutes to read

The VCL Tree List is a hybrid control that allows you to display data as a tree, a grid, or a combination of both.

VCL Tree List

Refer to the following topic for more information about the Tree List: Getting Started.

Bind to Data

The Tree List supports the following data access modes:

Bound
The Tree List loads all data from the bound dataset to the client.
Unbound
The Tree List doesn’t connect to an external data source. You can create columns and populate the control with nodes in code.
Provider
The Tree List connects to a dedicated data source type that can load portions of data on demand.

Refer to the following topics for additional information on how to bind the Tree List to data:

Edit Data

The Tree List control allows you to embed DevExpress editors into column cells for user-friendly data display and input.

Date Editor Popup Example

Refer to the following topics for information on in-place cell editors:

Search and Filter Data

The Tree List has multiple options for data search and filtering.

Excel Style Filter Example

Refer to the following topics for details:

Sort Data

The Tree List allows users to sort data in ascending or descending order. Users can sort data against any number of columns. Refer to the following topics for details on data sort operations:

Summaries

The Tree List can calculate summaries against all nodes or against groups of nodes with the same parent.

Footer and Group Summaries

Refer to the following topics for details:

Bands

Bands are visual and logical groups that contain multiple columns. Users can hide, display, and reorder bands and columns within the bands.

Bands in Tree List

Refer to the following topics for information on how to work with bands:

Scrollbar Annotations

A vertical scrollbar can display colored marks (annotations). They indicate the position of rows that meet certain criteria. Users can click annotations to navigate to the corresponding records.

Scrollbar Annotation Example

The Tree List can display the following scrollbar annotation types:

  • Validation error marks
  • Search result marks
  • Selected record marks
  • The focused row mark
  • Custom record marks

Refer to the following topic for additional information: Scrollbar Annotations.

Conditional Formatting

The Tree List control supports an Excel-style conditional formatting feature.

Conditional Formatting Example

Refer to the following topics for general information on conditional formatting:

Data Export

You can export the Tree List’s content to a file in the following formats:

Refer to the following topics for additional information:

See Also