Back to Devexpress

LayoutViewOptionsView.AllowHotTrackFields Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsview-a1591984.md

latest1.8 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowHotTrackFields { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property AllowHotTrackFields As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowHotTrackFields
LayoutView

.OptionsView .AllowHotTrackFields

|

See Also

LayoutViewOptionsView Class

LayoutViewOptionsView Members

DevExpress.XtraGrid.Views.Layout Namespace