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