Skip to main content
A newer version of this page is available. .

TcxDBTreeListColumn Class

A column within a data-aware TreeList control.

Declaration

TcxDBTreeListColumn = class(
    TcxTreeListColumn
)

Remarks

The TcxDBTreeListColumn class extends its ancestor class with the DataBinding property, which allows you to bind a column to a persistent field of the underlying data source.

The data-aware TreeList control’s Columns collection provides indexes to all created columns. To access the columns that are currently visible within the data-aware TreeList control, use its VisibleColumns collection.

See Also