vcl-cxinplacecontainer-feb61e0c.md
Contains settings determining the functionality of data-aware editing control descendants.
TcxControlOptionsData = class(
TcxControlOptions
)
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.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxControlOptions TcxControlOptionsData
See Also