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

TcxExtEditingControl.OptionsData Property

Provides access to the settings that specify the functionality of a data-aware control.

#Declaration

Delphi
property OptionsData: TcxControlOptionsData read; write;

#Property Value

Type
TcxControlOptionsData

#Remarks

Use these settings to specify which actions can be performed with the bound dataset. These actions include inserting, appending, editing and deleting records. You can also indicate whether confirmation is required before record deletion and whether empty records can be posted to the dataset. Refer to the TcxControlOptionsData class description to learn more.

See Also