Skip to main content

TcxVirtualVerticalGrid.OptionsData Property

Controls the data-aware functionality of a grid control in multi record layout.

Declaration

property OptionsData: TcxvgMultiRecordsOptionsData read; write;

Property Value

Type
TcxvgMultiRecordsOptionsData

Remarks

Use the OptionsData property to access the options affecting the data-aware functionality of a grid displaying multiple records. The data options control whether record deletion is allowed, whether confirmation is required before record deletion and if records can be inserted.

Note

You can let end-users manage records and modify data cell values in the grid control via the navigator.

See Also