Back to Devexpress

IWindowService Members

corelibraries-devexpress-dot-mvvm-dot-iwindowservice-dot-underscore-members.md

latest1.4 KB
Original Source

IWindowService Members

Provides methods to display a view as a window and control it from the ViewModel.

Properties

NameDescription
IsWindowAliveGets whether the service’s window is created and alive.
TitleGets or sets the service window’s title.
WindowStateGets or sets a window state (restored, minimized, maximized).

Methods

NameDescription
Activate()Brings the service’s window to the front and activates it.
Close()Closes the service window.
Hide()Hides the service’s window.
Restore()Restores the service’s window.
Show(String, Object, Object, Object)Shows a window with specified View and ViewModel.

See Also

IWindowService Interface

DevExpress.Mvvm Namespace