Skip to main content

ThumbnailButton.Tooltip Property

Gets or sets the button’s tooltip.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

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

Property Value

Type Default Description
String String.Empty

The button’s tooltip.

See Also