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

TcxVirtualTreeList Class

A TreeList control used in provider mode.

#Declaration

Delphi
TcxVirtualTreeList = class(
    TcxCustomVirtualTreeList
)

#Remarks

The virtual TreeList control allows you to work with tree-like data structures of your own format. For detailed information, please refer to the Introduction To Provider Mode help topic.

The TcxVirtualTreeList class does not introduce any new functionality, but instead publishes inherited members.

See Also