Back to Devexpress

TaskbarButtonService Class

wpf-devexpress-dot-mvvm-dot-ui-1ea5c3ab.md

latest2.0 KB
Original Source

TaskbarButtonService Class

Allows you to display customizable application taskbar buttons.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[TargetType(typeof(UserControl))]
[TargetType(typeof(Window))]
public class TaskbarButtonService :
    WindowAwareServiceBase,
    ITaskbarButtonService
vb
<TargetType(GetType(UserControl))>
<TargetType(GetType(Window))>
Public Class TaskbarButtonService
    Inherits WindowAwareServiceBase
    Implements ITaskbarButtonService

Remarks

To learn more, see TaskbarButtonService.

Inheritance

Show 12 items

Object DispatcherObject DependencyObject Freezable Animatable DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase DevExpress.Mvvm.UI.Interactivity.Behavior DevExpress.Mvvm.UI.Interactivity.Behavior<FrameworkElement> DevExpress.Mvvm.UI.ServiceBaseGeneric<FrameworkElement> ServiceBase DevExpress.Mvvm.UI.WindowAwareServiceBase TaskbarButtonService

See Also

TaskbarButtonService Members

DevExpress.Mvvm.UI Namespace