Back to Devexpress

TcxCustomGridColumn.LayoutItem Property

vcl-cxgridtableview-dot-tcxcustomgridcolumn-24260b78.md

latest1.1 KB
Original Source

TcxCustomGridColumn.LayoutItem Property

Specifies a layout item that hosts an editor created by an in-place Edit Form for the column.

Declaration

delphi
property LayoutItem: TcxGridInplaceEditFormLayoutItem read; write;

Property Value

Type
TcxGridInplaceEditFormLayoutItem

Remarks

Normally, you don’t need to create layout items manually and assign any of them to this property. In-place Edit Forms create a layout item on the fly (one per each grid column set for display within in-place Edit Forms). Refer to the Data Editing Using Inplace Edit Forms topic to learn more.

See Also

TcxCustomGridColumn Class

TcxCustomGridColumn Members

cxGridTableView Unit