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

OptionsBand.AllowHotTrack Property

Gets or sets whether the band header’s appearance is changed when the mouse hovers over it.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

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

Property Value

Type Default Description
Boolean true

true if the band header’s appearance is changed when the mouse hovers over it; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowHotTrack
GridBand
.OptionsBand .AllowHotTrack
See Also