IocExtension Class
A markup extension that allows you to retrieve a service object registered in the IoC (Inversion of Control) container in XAML.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
[AcceptEmptyServiceProvider]
public class IocExtension :
MarkupExtensionBase<object>
Remarks
Refer to the following topic for more information: Dependency injection
Inheritance
System.Object
DevExpress.Maui.Core.Internal.MarkupExtensionBase<System.Object>
IocExtension
See Also