Back to Devexpress

ViewInjectionService Class

wpf-devexpress-dot-mvvm-dot-ui-d4520c6c.md

latest1.8 KB
Original Source

ViewInjectionService Class

Allows you to integrate any ViewModel (with its View) to any control.

Namespace : DevExpress.Mvvm.UI

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public sealed class ViewInjectionService :
    ServiceBase,
    IViewInjectionService
vb
Public NotInheritable Class ViewInjectionService
    Inherits ServiceBase
    Implements IViewInjectionService

Remarks

To learn more, see ViewInjectionService.

Inheritance

Show 11 items

Object DispatcherObject DependencyObject Freezable Animatable DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase DevExpress.Mvvm.UI.Interactivity.Behavior DevExpress.Mvvm.UI.Interactivity.Behavior<FrameworkElement> DevExpress.Mvvm.UI.ServiceBaseGeneric<FrameworkElement> ServiceBase ViewInjectionService

See Also

ViewInjectionService Members

DevExpress.Mvvm.UI Namespace