Skip to main content
A newer version of this page is available. .

ISupportUIServices Interface

The interface that provides access to a container for DevExpress WinUI MVVM UI Services.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public interface ISupportUIServices

The following members return ISupportUIServices objects:

Remarks

The DevExpress WinUI MVVM Framework includes the following UI services:

DispatcherService
A UI service that allows you to use the DispatcherQueue to perform actions in a ViewModel.
MessageBoxService
The UI service that allows you to show messages.
See Also