TcxCollectionItemEditorRowProperties Class
Represents a base class for the multi editor row items.
Declaration
TcxCollectionItemEditorRowProperties = class(
TcxCustomEditorRowProperties
)
Remarks
The TcxCollectionItemEditorRowProperties class is the ancestor for the TcxDBEditorRowItemProperties and TcxEditorRowItemProperties classes. These classes represent individual items within the data-aware and simple multi editor rows respectively. A multi editor row item represents an individual data cell.
The TcxCollectionItemEditorRowProperties class inherits the following functionality from its ancestor:
the Values property, providing access to the row values;
the RepositoryItem, EditProperties and EditPropertiesClass properties, specifying the edit repository item or the edit properties class for editing the row values;
the Options property, providing access to various row options.
Thus, each multi editor row item functions as a single editor row.