TcxCustomDataTreeList Class
The base class for for virtual and data-aware Tree List controls.
Declaration
TcxCustomDataTreeList = class(
TcxCustomTreeList
)
Remarks
The TcxCustomDataTreeList
class implements data-related functionality for Tree List controls.
Terminal TcxCustomDataTreeList Class Descendants
Do not use the TcxCustomDataTreeList
class directly. Use the following descendants instead:
- TcxDBTreeList
- A data-aware Tree List control.
- TcxVirtualTreeList
- A TreeList control used in provider mode.
Inheritance
See Also