Skip to main content

TcxRowOptions Class

Contains settings for customizing row behavior.

Declaration

TcxRowOptions = class(
    TPersistent
)

Remarks

The properties of the TcxRowOptions class specify the row behavior options. These settings specify if the row can change its height automatically to accommodate its content, whether the user can change the row height, if the row can be moved to or shown in the Customization Form, etc.

Use the TcxCustomRow.Options property to access this set of options.

Inheritance

TObject
TPersistent
TcxRowOptions
See Also