vcl-cxvgrid-f384fd82.md
The base class for classes that store vertical grid row settings.
TcxCustomRowProperties = class(
TcxInterfacedCollectionItem,
IcxStoredObject
)
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.
TObject TPersistent TCollectionItem TcxInterfacedCollectionItem TcxCustomRowProperties
See Also