Back to Devexpress

TcxDBMultiEditorRowProperties Class

vcl-cxdbvgrid-bcc9d8e5.md

latest1.9 KB
Original Source

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:

Inheritance

TObject TPersistent TCollectionItem TcxInterfacedCollectionItem TcxCustomRowProperties TcxMultiEditorRowProperties TcxDBMultiEditorRowProperties

See Also

TcxDBMultiEditorRowProperties Members

cxDBVGrid Unit