Skip to main content

TcxCustomRow Class

The base class that represents base interface structure and common functionality for rows of different types in the grid control.

Declaration

TcxCustomRow = class(
    TComponent,
    IcxStoredObject,
    IcxStoredParent,
    IdxScaleFactor
)

Remarks

This class introduces properties and methods to control the appearance and behavior of the row. Do not instantiate the TcxCustomRow class. Use its descendants like TcxCategoryRow, TcxEditorRow, TcxDBEditorRow, TcxMultiEditorRow and TcxDBMultiEditorRow instead.

Inheritance

See Also