Skip to main content

TcxDataTreeListDataController.CustomDataSource Property

Specifies the custom data source.

Declaration

property CustomDataSource: TcxTreeListCustomDataSource read; write;

Property Value

Type
TcxTreeListCustomDataSource

Remarks

This property enables you to access the properties and methods of the user defined data source. This data source provides data for the virtual TreeList control working in provider mode.

See Also