TcxDBMultiEditorRowProperties Class
In This Article
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