Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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