Back to Devexpress

TcxCustomVirtualTreeList Class

vcl-cxtldata-0558a2c2.md

latest1.8 KB
Original Source

TcxCustomVirtualTreeList Class

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

Declaration

delphi
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.

Inheritance

Show 13 items

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

See Also

TcxCustomVirtualTreeList Members

cxTLData Unit