EditorButton.ToolTipAnchor Property
Gets or sets whether the tooltip is anchored relative to the mouse pointer or the button.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(ToolTipAnchor.Default)]
[DXCategory("ToolTip")]
public ToolTipAnchor ToolTipAnchor { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.Utils.ToolTipAnchor | Default | A DevExpress.Utils.ToolTipAnchor value that specifies whether the tooltip is anchored relative to the mouse pointer or the button. By Default, the behavior depends on the ToolTipController.ToolTipAnchor property. |
Remarks
The ToolTipAnchor property overrides the ToolTipController.ToolTipAnchor property for the current button.
See Also