TcxGridTableViewStyles.InplaceEditFormItemHotTrack Property
In This Article
Specifies the style for hot-tracked layout items created within an in-place Edit Form.
#Declaration
Delphi
property InplaceEditFormItemHotTrack: TcxStyle index vsInplaceEditFormItemHotTrack read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The specified style is applied to the caption and input field of hot-tracked layout items. To enable item hot-tracking in the View’s in-place Edit Form, set the View’s EditForm.ItemHotTrack property to True.
See Also