Back to Devexpress

WindowService Class

wpf-devexpress-dot-mvvm-dot-ui-5b54c7e8.md

latest2.0 KB
Original Source

WindowService Class

Allows you to show your views as windows and control them from your ViewModels.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[TargetType(typeof(UserControl))]
[TargetType(typeof(Window))]
public class WindowService :
    ViewServiceBase,
    IWindowService,
    IDocumentOwner
vb
<TargetType(GetType(UserControl))>
<TargetType(GetType(Window))>
Public Class WindowService
    Inherits ViewServiceBase
    Implements IWindowService,
               IDocumentOwner

Remarks

See WindowService to learn more.

Inheritance

Show 12 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 ViewServiceBase WindowService

See Also

WindowService Members

DevExpress.Mvvm.UI Namespace