BaseButton.ToolTipAnchor Property
Gets or sets whether the tooltip is anchored relative to the mouse pointer or the button.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(true)]
[DefaultValue(ToolTipAnchor.Default)]
[DXCategory("ToolTip")]
[EditorBrowsable(EditorBrowsableState.Always)]
public override 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. |
See Also