vcl-cxdbvgrid-bcc9d8e5.md
Represents settings that control the data-aware multi editor row behavior.
TcxDBMultiEditorRowProperties = class(
TcxMultiEditorRowProperties
)
The TcxDBMultiEditorRowProperties class provides settings used to control the data-aware multi editor row behavior. The Editors property enables the data-aware multi editor row to bind the desired data-aware items represented by the TcxDBEditorRowItemProperties. The following settings are used to control the data-aware items appearance: Fixed, SeparatorAlignmentVert, SeparatorKind, SeparatorString. And the Row property can be used to access the row that encapsulates these settings.
The following image demonstrates the data-aware multi editor row settings in the Object Inspector:
TObject TPersistent TCollectionItem TcxInterfacedCollectionItem TcxCustomRowProperties TcxMultiEditorRowProperties TcxDBMultiEditorRowProperties
See Also