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

TcxVirtualTreeListOptionsData Class

Contains settings that enable and configure data management operations in a virtual TreeList control.

#Declaration

Delphi
TcxVirtualTreeListOptionsData = class(
    TcxTreeListOptionsData
)

#Remarks

In addition to the inherited members, this class introduces the following properties:

  • CheckHasChildren – enables checking for child nodes before the parent node is loaded.

  • SmartLoad – enables partial data load from storage (if large data stores are used), for performance optimization.

A virtual TreeList control’s OptionsData property references a TcxVirtualTreeListOptionsData object.

See Also