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

TcxDBTreeListOptionsData Class

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

#Declaration

Delphi
TcxDBTreeListOptionsData = class(
    TcxVirtualTreeListOptionsData
)

#Remarks

This class inherits the basic data-aware functionality options from its ancestor – TcxVirtualTreeListOptionsData, whose properties determine manage dataset access: insertion, editing and deletion of records.

The TcxDBTreeListOptionsData class extends the set of data-aware options. The AutoCalcKeyValue property determines whether the key field value for the inserted node (record) is calculated automatically. The SmartRefresh option specifies whether the TreeList data controller updates only changed records. The SyncMode property enables synchronization between the TreeList control and the corresponding TDataSet.

A data-aware TreeList control’s OptionsData property references a TcxDBTreeListOptionsData object.

See Also