Skip to main content

TcxGridLayoutViewOptionsBehavior.ItemHotTrack Property

Specifies if users can hot-track data items.

Declaration

property ItemHotTrack: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

True if users can hot-track data items; otherwise, False.

Remarks

Note

A grid Layout View’s OptionsView.CellBorders property has no effect if the ItemHotTrack property is set to True.

The ItemHotTrack property’s default value is True. `

See Also