Back to Devexpress

TcxCustomEditorRow Class

vcl-cxvgrid-b60f4b2c.md

latest1.1 KB
Original Source

TcxCustomEditorRow Class

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

Declaration

delphi
TcxCustomEditorRow = class(
    TcxCustomRow
)

Remarks

This class introduces editor row functionality (editing capabilities, data binding, styles, etc.) that is used in derived classes TcxEditorRow and TcxDBEditorRow. The TcxCustomEditorRow implements all abstract methods declared in its ancestor TcxCustomRow class.

Do not instantiate the TcxCustomEditorRow class. Use its descendants such as TcxEditorRow or TcxDBEditorRow.

Inheritance

TObject TPersistent TComponent TcxCustomRow TcxCustomEditorRow

See Also

TcxCustomEditorRow Members

cxVGrid Unit