Back to Devexpress

IocExtension Class

maui-devexpress-dot-maui-dot-core-1f28108f.md

latest1.5 KB
Original Source

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

csharp
[AcceptEmptyServiceProvider]
public class IocExtension :
    MarkupExtensionBase<object>

Remarks

Refer to the following topic for more information: Dependency injection

Implements

IMarkupExtension\

IMarkupExtension

Inheritance

System.Object DevExpress.Maui.Core.Internal.MarkupExtensionBase
IocExtension

Extension Methods

Yield<IocExtension>()

YieldIfNotNull<IocExtension>()

See Also

IocExtension Members

DevExpress.Maui.Core Namespace