Skip to main content

TcxMultiEditorRow Class

Represents the multi editor row in the grid control.

Declaration

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