Skip to main content
A newer version of this page is available. .

LayoutViewOptionsView.AllowHotTrackFields Property

Gets or sets whether card fields are highlighted when hovering over them with the mouse cursor.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowHotTrackFields { get; set; }

Property Value

Type Default Description
Boolean **true**

true if field hot-tracking is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowHotTrackFields
LayoutView
.OptionsView.AllowHotTrackFields
See Also