Skip to main content

TcxGridRowLayoutOptions Class

Stores Table View row layout settings.

Declaration

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