Skip to main content

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.v23.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