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.InplaceEditFormItemHotTrack Property

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
TcxStyle

#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