Back to Devexpress

LayoutViewColumn.AllowHotTrack Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-layoutviewcolumn-4e0ab55a.md

latest1.7 KB
Original Source

LayoutViewColumn.AllowHotTrack Property

Gets whether column hot-tracking is allowed.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public bool AllowHotTrack { get; }
vb
<Browsable(False)>
Public ReadOnly Property AllowHotTrack As Boolean

Property Value

TypeDescription
Boolean

true if column hot-tracking is allowed; otherwise, false.

|

Remarks

To enable and disable column hot-tracking, use the LayoutControlItem.AllowHotTrack property, available via the LayoutViewColumn.LayoutViewField object. The current AllowHotTrack property returns the value of the LayoutControlItem.AllowHotTrack property.

See Also

LayoutViewColumn Class

LayoutViewColumn Members

DevExpress.XtraGrid.Columns Namespace