Skip to main content
A newer version of this page is available. .

ThumbnailButton.Tooltip Property

Gets or sets the button’s tooltip.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
public string Tooltip { get; set; }

Property Value

Type Default Description
String String.Empty

The button’s tooltip.

See Also