Skip to main content
A newer version of this page is available. .

TcxCustomRowProperties Class

The base class for classes that store the appearance and behavior settings for a row in vertical grid controls.

Declaration

TcxCustomRowProperties = class(
    TcxInterfacedCollectionItem,
    IcxStoredObject
)

Remarks

Direct TcxCustomRowProperties descendants include TcxCaptionRowProperties and TcxMultiEditorRowProperties. Refer to their descriptions and the Row Properties topic for detailed information on their settings.

Implements

See Also