TcxCustomEditorRow Class
Represents the base class for editor rows in the grid control.
Declaration
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