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

TcxMultiEditorRow Class

Represents the multi editor row in the grid control.

#Declaration

Delphi
TcxMultiEditorRow = class(
    TcxCustomMultiEditorRow
)

#Remarks

The TcxMultiEditorRow represents an editor row containing several data cells per data column. This type of row supports editing capabilities. The editing capabilities of the multi editor row are encapsulated in the TcxMultiEditorRowProperties.Editors property. It allows assigning a specific editor to each data cell.

Properties and Styles properties are used to customize behavior and appearance of the row.

The following image demonstrates the multi editor row:

See Also