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

TaskbarButtonService.ThumbButtonInfos Property

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

Namespace: DevExpress.Mvvm.UI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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