Skip to main content

TcxMultiEditorRowPropertiesOptions Class

Contains options for the multi editor row item.

Declaration

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