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

ITaskbarButtonService.ThumbButtonInfos Property

Gets or sets the TaskbarThumbButtonInfo collection.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

IList<TaskbarThumbButtonInfo> ThumbButtonInfos { get; }

Property Value

Type Description
IList<DevExpress.Mvvm.TaskbarThumbButtonInfo>

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

See Also