UIServiceContainer.GetService(Type, String) Method
In This Article
Performs a search for a service implementing the specified service interface.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.WinUI.Mvvm.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
type | Type | A service type. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
key | String | null | A service identifier. |
#Returns
Type | Description |
---|---|
Object | An object implementing the specified service interface. |
#Implements
See Also