Back to Devexpress

TcxCustomRow Class

vcl-cxvgrid-77976022.md

latest1.3 KB
Original Source

TcxCustomRow Class

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

Declaration

delphi
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.

Implements

IcxStoredObject

IcxStoredParent

IdxScaleFactor

Inheritance

TObject TPersistent TComponent TcxCustomRow

See Also

TcxCustomRow Members

cxVGrid Unit