TcxControlOptionsData Class
Contains settings determining the functionality of data-aware editing control descendants.
#Declaration
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.