Skip to main content

TcxCustomGridColumn.VisibleForRowLayout Property

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

Declaration

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