TcxGridTableViewStyles.InplaceEditFormItem Property
In This Article
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 |
---|
Tcx |
#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