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.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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