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

TcxCustomMultiEditorRow Class

Represents the base class for multi editor rows in the grid control.

#Declaration

Delphi
TcxCustomMultiEditorRow = class(
    TcxCustomRow
)

#Remarks

Item is a data entity. When formatted one item occupies one cell per column in a row (one cell for the item name in a header column and one cell for the item value in a data column).

The multi editor row can hold any number of items. Respectively the number of cells in a column in the multi editor row depends on the number of items it holds.

This type contrasts with editor row that holds only one item and has respectively only one cell in a column.

This class introduces multi editor row functionality (editing capabilities, data binding, styles, etc.) that is used in derived classes TcxMultiEditorRow or TcxDBMultiEditorRow.

The TcxCustomMultiEditorRow implements all abstract methods declared in its ancestor the TcxCustomRow class.

Do not instantiate the TcxCustomEditorRow class. Use its descendants such as TcxMultiEditorRow or TcxDBMultiEditorRow.

#Inheritance

See Also