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

TcxCustomEditorRow.Properties Property

Represents a set of attributes to control editor row behavior.

#Declaration

Delphi
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