ISupportUIServices Interface
In This Article
The interface that provides access to a container for DevExpress WinUI MVVM UI Services.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Related API Members
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