Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToolTipControllerShowEventArgs.ToolTipAnchor Property

Gets or sets whether the tooltip is anchored relative to the mouse pointer or relative to the editor.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

#Declaration

public ToolTipAnchor ToolTipAnchor { get; set; }

#Property Value

Type Description
DevExpress.Utils.ToolTipAnchor

A DevExpress.Utils.ToolTipAnchor value that specifies whether the tooltip is anchored relative to the mouse pointer or relative to the owning control. By Default, the behavior depends on the ToolTipController.ToolTipAnchor property and the owning control’s ToolTipAnchor setting.

#Remarks

Use the ToolTipAnchor property to specify whether the tooltip is aligned according to the ToolTipController.ToolTipLocation setting relative to the mouse cursor or the owning control. This event argument overrides the default behavior specified by the owning control’s ToolTipAnchor and ToolTipController‘s ToolTipController.ToolTipAnchor properties.

See Also