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

TcxGridRowLayoutOptions Class

Stores Table View row layout settings.

#Declaration

Delphi
TcxGridRowLayoutOptions = class(
    TcxGridCustomRowLayoutOptions
)

#Remarks

The Table View can use a custom layout to display rows. You can do the following to open the Customize dialog that allows you to customize the row layout at design time:

  1. Set the View’s RowLayout.Active property to True in the Object Inspector.

  2. Right-click the View.

  3. Select Customize Row Layout… in the context menu.

Customize Row Layout

You can call the View’s Controller.ShowRowLayoutCustomizationDialog procedure to invoke this dialog at runtime and allow a user to customize the row layout.

The TcxGridRowLayoutOptions class members allow you to do the following:

The Table View’s RowLayout property references a TcxGridRowLayoutOptions object.

See Also