Back to Devexpress

TcxVirtualTreeList Class

vcl-cxtldata.md

latest1.7 KB
Original Source

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.

Inheritance

Show 14 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxEditingControl TcxExtEditingControl TcxCustomTreeList TcxCustomDataTreeList TcxCustomVirtualTreeList TcxVirtualTreeList

See Also

TcxVirtualTreeList Members

cxTLData Unit