BaseButton.ToolTipAnchor Property
In This Article
Gets or sets whether the tooltip is anchored relative to the mouse pointer or the button.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.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. |
Default | A DevExpress. |
See Also