TcxCustomGridColumn.RowLayoutItem Property
In This Article
Specifies the layout item that hosts an editor created by a row layout for the column.
#Declaration
Delphi
property RowLayoutItem: TcxGridTableRowLayoutItem read; write;
#Property Value
Type | Description |
---|---|
Tcx |
A row layout item for a Table View. |
#Remarks
Refer to the TcxGridTableRowLayoutItem class description for information on available options.
Note
The Row
See Also