Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomVirtualTreeList.CustomDataSource Property

Specifies the custom data source for the virtual TreeList control.

#Declaration

Delphi
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