Back to Devexpress

IButtonProperties.ToolTip Property

windowsforms-devexpress-dot-xtraeditors-dot-buttonpanel-dot-ibuttonproperties-c74430fd.md

latest2.0 KB
Original Source

IButtonProperties.ToolTip Property

Gets or sets a tool-tip for the current IButton.

Namespace : DevExpress.XtraEditors.ButtonPanel

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("ToolTip")]
string ToolTip { get; set; }
vb
<DXCategory("ToolTip")>
Property ToolTip As String

Property Value

TypeDescription
String

A String value that is the current IButton‘s tool-tip.

|

Remarks

Header Buttons and WindowsUI Custom Buttons can display IButtonProperties.SuperTips and ToolTip s on mouse hover at runtime. To do so, assign a required object to the corresponding IButton property.

See Also

SuperTip

IButtonProperties Interface

IButtonProperties Members

DevExpress.XtraEditors.ButtonPanel Namespace