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.SmartRefresh Property

Determines the manner in which dataset records are updated.

#Declaration

Delphi
property SmartRefresh: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

By default, the TcxDBTreeListDataController updates all dataset records, regardless of whether a record has been changed or not. If the SmartRefresh option is activated, the TreeList data controller reloads only changed records. This option is only in effect when the SmartLoad option is deactivated, the key field for the dataset is specified and the source of changes is the TcxDBTreeList control.

The default value of the SmartRefresh property is False.

See Also