Skip to main content
Tab

TabbedLayoutGroupTabPageSettings.EnableHotTrack Property

Gets or sets a value that specifies whether tabs within tabbed layout group can visually respond to mouse hovering.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

true, if tabs can be hot-tracked; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableHotTrack
TabbedLayoutGroup
.SettingsTabPages .EnableHotTrack

Remarks

The tabs of a tabbed layout group can respond to mouse movement, i.e., change their appearance, when the mouse pointer is being moved over them. Use the EnableHotTrack property to control the availability of the hot-tracked state for tabs when the mouse pointer hovers over them.

See Also