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

TcxDBEditorRow.Properties Property

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

#Declaration

Delphi
property Properties: TcxDBEditorRowProperties read; write;

#Property Value

Type
TcxDBEditorRowProperties

#Remarks

Used to get access to the TcxDBEditorRowProperties object that provides settings to control the data-aware editor row behavior.

The following TcxDBEditorRowProperties published properties control row behavior:

  • DataBinding used to bind dataset field to the row;

  • EditProperties specifies the properties of an editor used for editing the row contents;

  • Options used to customize editing behavior;

  • RepositoryItem specifies the repository item for the row.

See Also