Skip to main content

ITaskbarButtonService.ProgressState Property

Gets or sets the taskbar button’s progress state.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

TaskbarItemProgressState ProgressState { get; set; }

Property Value

Type Description
TaskbarItemProgressState

A System.Windows.Shell.TaskbarItemProgressState enumerator value.

See Also