IocExtension.ProvideValue(IServiceProvider) Method
Resolves and returns the object or service of the type specified by the Type property from the Default service.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| serviceProvider | IServiceProvider | Contains XAML context services. |
Returns
| Type | Description |
|---|---|
| Object | The resolved object instance; otherwise |
See Also