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

TcxCollectionItemEditorRowProperties Class

Represents a base class for the multi editor row items.

#Declaration

Delphi
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