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

TcxCustomGridColumn.VisibleForRowLayout Property

Specifies if the column is available in a custom or automatically generated row layout.

#Declaration

Delphi
property VisibleForRowLayout: TdxDefaultBoolean read; write; default bDefault;

#Property Value

Type Default Description
TdxDefaultBoolean bDefault

Specifies if the column is available in a row layout.

#Remarks

Options include:

Value Description
bDefault The column is available in a row layout only if this column is visible in the Table View.
bFalse The column is not available in a row layout.
bTrue The column is always available in a row layout.

If the column is available in a row layout, the corresponding row layout item is created automatically.

The VisibleForRowLayout property’s default value is bDefault.

See Also