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

TcxDBEditorRowProperties Class

Represents settings that define the data-aware editor row behavior.

#Declaration

Delphi
TcxDBEditorRowProperties = class(
    TcxCustomEditorRowProperties
)

#Remarks

The TcxDBEditorRowProperties provides settings used to control the data-aware editor row behavior. The TcxDBEditorRowProperties class inherits settings from the TcxCaptionRowProperties class: TcxCaptionRowProperties.Caption, TcxCaptionRowProperties.HeaderAlignmentHorz, TcxCaptionRowProperties.HeaderAlignmentVert, TcxCaptionRowProperties.Hint, TcxCaptionRowProperties.ImageIndex. These settings control the data-aware editor row header behavior. The DataBinding property enables the row to bind the specified dataset field. The EditProperties property is used to assign the appropriate data item editor to the row. As an alternative you can use the RepositoryItem property to bind the desired data item editor settings. And finally the Options property controls user actions on the row.

The following image demonstrates these settings in the Object Inspector:

See Also