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

TcxGridTableViewStyles.InplaceEditFormItem Property

Specifies the style for layout items and auxiliary layout items created within an in-place Edit Form.

#Declaration

Delphi
property InplaceEditFormItem: TcxStyle index vsInplaceEditFormItem read; write;

#Property Value

Type
TcxStyle

#Remarks

End-users can create auxiliary layout items using the built-in customization dialog. Layout items are created automatically to host editors associated with grid columns set for display within an in-place Edit Form. Layout items cannot be created at runtime with this customization dialog.

See Also