TcxCustomGridColumn.VisibleForRowLayout Property
In This Article
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 |
---|---|---|
Tdx |
b |
Specifies if the column is available in a row layout. |
#Remarks
Options include:
Value | Description |
---|---|
b |
The column is available in a row layout only if this column is visible in the Table View. |
b |
The column is not available in a row layout. |
b |
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