Skip to main content

TaskbarButtonService.ThumbButtonInfos Property

Gets or sets the TaskbarThumbButtonInfo collection. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public TaskbarThumbButtonInfoCollection ThumbButtonInfos { get; set; }

Property Value

Type Description
DevExpress.Mvvm.UI.TaskbarThumbButtonInfoCollection

The TaskbarThumbButtonInfo collection that represents the taskbar thumbnail’s Thumb buttons.

See Also