TcxCustomGridColumn.LayoutItem Property
Specifies a layout item that hosts an editor created by an in-place Edit Form for the column.
Declaration
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