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

TcxMultiEditorRowPropertiesOptions Class

Contains options for the multi editor row item.

#Declaration

Delphi
TcxMultiEditorRowPropertiesOptions = class(
    TcxEditorRowPropertiesOptions
)

#Remarks

The MultiEditor rows may contain several items. These items represent data items in the multi editor row, each item implements the functionality of the editor row. The TcxMultiEditorRowPropertiesOptions settings affect the user’s ability to manipulate an item: editing, focusing, incremental searching, etc. The TcxMultiEditorRowPropertiesOptions just publishes properties inherited from the TcxCustomEditContainerItemOptions class.

See Also