Skip to main content

TcxCustomVirtualTreeList.CustomDataSource Property

Specifies the custom data source for the virtual TreeList control.

Declaration

property CustomDataSource: TcxTreeListCustomDataSource read; write;

Property Value

Type
TcxTreeListCustomDataSource

Remarks

The virtual TreeList control allows you to work with tree-like data structures of your own format. The only thing you need to do is to implement your own data source class derived from the TcxTreeListCustomDataSource class. For detailed information, please refer to the Introduction To Provider Mode help topic. The CustomDataSource property lets you access this data source via the TreeList control.

See Also