Skip to main content
All docs
V25.1
  • ON

    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

    Implements

    IMarkupExtension<System.Object>

    Inheritance

    System.Object
    DevExpress.Maui.Core.Internal.MarkupExtensionBase<System.Object>
    IocExtension
    See Also