Back to Devexpress

TcxMultiEditorRowPropertiesOptions Class

vcl-cxvgrid-db75f3e3.md

latest1.4 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditContainerItemOptions TcxEditorRowPropertiesOptions TcxMultiEditorRowPropertiesOptions

See Also

TcxMultiEditorRowPropertiesOptions Members

cxVGrid Unit