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

TcxCustomEditorRowProperties Class

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

Declaration

TcxCustomEditorRowProperties = class(
    TcxCaptionRowProperties,
    IcxEditorPropertiesContainer
)

Remarks

TcxCustomEditorRowProperties descendants include TcxEditorRowProperties, TcxDBEditorRowProperties, TcxEditorRowItemProperties, and TcxDBEditorRowItemProperties. Refer to their descriptions and the Row Properties topic for detailed information on their settings.

See Also