Skip to main content

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:

Thus, each multi editor row item functions as a single editor row.

See Also