Skip to main content

DispatcherService Class

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

Namespace: DevExpress.WinUI.Mvvm.UI

Assembly: DevExpress.WinUI.Core.v21.1.dll

Declaration

[TargetType(typeof(UserControl))]
[TargetType(typeof(Window))]
public class DispatcherService :
    ServiceBase,
    IDispatcherService

Remarks

Refer to the following topic for more information: DispatcherService.

Inheritance

Object
DependencyObject
DevExpress.WinUI.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.WinUI.Mvvm.UI.Interactivity.Behavior
DevExpress.WinUI.Mvvm.UI.Interactivity.Behavior<FrameworkElement>
DevExpress.WinUI.Mvvm.UI.ServiceBaseGeneric<FrameworkElement>
DevExpress.WinUI.Mvvm.UI.ServiceBase
DispatcherService
See Also