Back to Devexpress

TaskbarButtonService.Description Property

wpf-devexpress-dot-mvvm-dot-ui-dot-taskbarbuttonservice-4b9cc12a.md

latest1.1 KB
Original Source

TaskbarButtonService.Description Property

Gets or sets the text to display for the task-bar thumbnail tool-tip. This is a dependency property.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
String

A System.String value specifying the text to display for the thumbnail tool-tip.

The default is an empty string.

|

See Also

TaskbarButtonService Class

TaskbarButtonService Members

DevExpress.Mvvm.UI Namespace