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

TcxDBMultiEditorRowProperties Class

Represents settings that control the data-aware multi editor row behavior.

#Declaration

Delphi
TcxDBMultiEditorRowProperties = class(
    TcxMultiEditorRowProperties
)

#Remarks

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:

See Also