TcxDataTreeListDataController.CustomDataSource Property
In This Article
Specifies the custom data source.
#Declaration
Delphi
property CustomDataSource: TcxTreeListCustomDataSource read; write;
#Property Value
Type |
---|
Tcx |
#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