Back to Devexpress

TcxMultiEditorRow Class

vcl-cxvgrid-03d6418a.md

latest1.3 KB
Original Source

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:

Inheritance

TObject TPersistent TComponent TcxCustomRow TcxCustomMultiEditorRow TcxMultiEditorRow

See Also

TcxMultiEditorRow Members

cxVGrid Unit