Skip to main content

TcxExtEditingControl.OptionsData Property

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

Declaration

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