Back to Devexpress

DispatcherService Class

wpf-devexpress-dot-mvvm-dot-ui-16729fe7.md

latest1.8 KB
Original Source

DispatcherService Class

Allows you to perform actions in a ViewModel using the Dispatcher.

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 DispatcherService :
    ServiceBase,
    IDispatcherService
vb
<TargetType(GetType(UserControl))>
<TargetType(GetType(Window))>
Public Class DispatcherService
    Inherits ServiceBase
    Implements IDispatcherService

Inheritance

Show 11 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 DispatcherService

See Also

DispatcherService Members

DevExpress.Mvvm.UI Namespace