Back to Devexpress

NotifyIconService.Tooltip Property

wpf-devexpress-dot-xpf-dot-core-dot-notifyiconservice-7bc2faad.md

latest1.0 KB
Original Source

NotifyIconService.Tooltip Property

Gets or sets the icon’s tooltip. This is a dependency property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string Tooltip { get; set; }
vb
Public Property Tooltip As String

Property Value

TypeDescription
String

An System.String that represents the icon’s tooltip.

|

See Also

NotifyIconService Class

NotifyIconService Members

DevExpress.Xpf.Core Namespace