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

ASPxPopupControlBase.EnableHotTrack Property

Gets or sets a value that specifies whether a window can visually respond to mouse hovering.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Remarks

Use the EnableHotTrack property to control the availability of the hot-tracked state for a window’s close button, when the mouse pointer hovers over it. The style used to represent the hot-tracked state is specified by the AppearanceStyle.HoverStyle property, which can be accessed via the ASPxPopupControl.CloseButtonStyle (PopupControlStyles.CloseButton for ASPxDockPanel) property.

See Also