Back to Devexpress

CurrentWindowService Properties

wpf-devexpress-dot-mvvm-dot-ui-dot-currentwindowservice-dot-underscore-properties.md

latest3.1 KB
Original Source

CurrentWindowService Properties

Provides methods to work with a window.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
ClosingCommandThe command that is called when the current window is closed. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
UnregisterOnUnloadedGets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property. Inherited from ServiceBase.

See Also

CurrentWindowService Class

CurrentWindowService Members

DevExpress.Mvvm.UI Namespace