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

TcxVirtualVerticalGrid.OptionsData Property

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

#Declaration

Delphi
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