Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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