Skip to main content
A newer version of this page is available. .

CurrentWindowService Class

Provides methods to work with a window.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

[TargetType(typeof(UserControl))]
[TargetType(typeof(Window))]
public class CurrentWindowService :
    WindowAwareServiceBase,
    ICurrentWindowService

Remarks

See Services 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
DevExpress.Mvvm.UI.WindowAwareServiceBase
CurrentWindowService
See Also