Skip to main content

TcxCustomVirtualTreeList Class

The base class for the TcxVirtualTreeList control used in provider mode.

Declaration

TcxCustomVirtualTreeList = class(
    TcxCustomDataTreeList
)

Remarks

This class extends the TcxCustomDataTreeList class with the capabilities to work with custom data structures. The TcxCustomVirtualTreeList class declares the CustomDataSource property that allows you to bind the TreeList control to a custom data source.

Do not use the TcxCustomVirtualTreeList class directly. Use its descendant instead.

See Also