IUIServiceContainer.GetService(Type, String) Method
Gets a registered UI service by its type and key in the container.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
object GetService(
Type type,
string key = null
)
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type of the registered UI service. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
key | String | null | The key of the registered UI service. |
Returns
Type | Description |
---|---|
System.Object | The service object that has specified |
See Also