TcxDBEditorRow.Properties Property
Represents settings that control the data-aware editor row behavior.
Declaration
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