Back to Devexpress

TcxCustomRowProperties Class

vcl-cxvgrid-f384fd82.md

latest1.6 KB
Original Source

TcxCustomRowProperties Class

The base class for classes that store vertical grid row settings.

Declaration

delphi
TcxCustomRowProperties = class(
    TcxInterfacedCollectionItem,
    IcxStoredObject
)

Remarks

Terminal TcxCustomRowProperties Class Descendants

Do not use the TcxCustomRowProperties class directly. Use the following descendants instead:

TcxCaptionRowPropertiesContains settings that define the appearance and behavior of the header or category row for the editor.TcxEditorRowPropertiesStores vertical grid row settings in unbound mode.TcxMultiEditorRowPropertiesContains settings that define the multi editor row’s appearance and behavior.TcxDBEditorRowPropertiesRepresents settings that define the data-aware editor row behavior.TcxDBMultiEditorRowPropertiesRepresents settings that define the data-aware editor row behavior.

Implements

IcxStoredObject

Inheritance

TObject TPersistent TCollectionItem TcxInterfacedCollectionItem TcxCustomRowProperties

See Also

TcxCustomRowProperties Members

cxVGrid Unit