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

TcxGridCustomRowLayoutOptions Class

The base class for Edit Form and Table View row layout settings.

#Declaration

Delphi
TcxGridCustomRowLayoutOptions = class(
    TcxCustomGridOptions
)

#Remarks

This class has members that allow you to do the following:

  • Use an automatically generated or custom layout instead of sequentially arranged cells for a Table View row (Active).

  • Append a string after each editor caption in a Table View row layout (CaptionSuffix).

  • Switch between the automatically generated and custom layouts (UseDefaultLayout).

  • Specify editor arrangement options in the default layout (DefaultColumnCount and DefaultStretch).

  • Hide or display cell borders (CellBorders).

  • Set the minimum width for data items (MinValueWidth).

Do not use the TcxGridCustomRowLayoutOptions class directly. Use the TcxGridEditFormOptions and TcxGridRowLayoutOptions classes instead.

See Also