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

TcxControlOptionsData Class

Contains settings determining the functionality of data-aware editing control descendants.

#Declaration

Delphi
TcxControlOptionsData = class(
    TcxControlOptions
)

#Remarks

This class contains common settings determining the functionality of data-aware editing control descendants. For instance, TreeList controls (TcxTreeList, TcxDBTreeList, and TcxVirtualTreeList) are data-aware and data-representing controls. They can be connected to a database and display data in cells.

The TcxControlOptionsData class provides settings that determine whether data can be edited (the Editing property). A data-aware control has the OptionsData property representing a TcxControlOptionsData descendant. Data-aware controls inherit their data options to implement specific options.

See Also