Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxRowOptions Class

Contains settings for customizing row behavior.

#Declaration

Delphi
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