Skip to main content

TcxCustomEditorRow.Properties Property

Represents a set of attributes to control editor row behavior.

Declaration

property Properties: TcxCustomEditorRowProperties read; write;

Property Value

Type
TcxCustomEditorRowProperties

Remarks

Used to get access to the TcxCustomEditorRowProperties object. The TcxCustomEditorRowProperties class provides common for its derived classes set of attributes to control editor row behavior. To work with these attributes in the TcxCustomEditorRow derived classes published in these classes Properties properties are used.

The following TcxCustomEditorRowProperties properties published in its derived classes control editor row behavior:

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

  • Options used to customize editing behavior;

  • RepositoryItem specifies the repository item for a row;

  • Value used to specify values for rows.

See Also