Skip to main content

TcxGridTableViewStyles.InplaceEditFormItemHotTrack Property

Specifies the style for hot-tracked layout items created within an in-place Edit Form.

Declaration

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