Skip to main content

ITaskbarButtonService.ThumbButtonInfos Property

Gets or sets the TaskbarThumbButtonInfo collection.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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