Back to Devexpress

CurrentWindowSerializationBehavior Properties

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

latest3.1 KB
Original Source

CurrentWindowSerializationBehavior Properties

Allows you to serialize/deserialize settings (size and state) of the associated view (or window).

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
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.
HeightGets or sets the window height.
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.
WidthGets or sets the window width.
WindowStateGets or sets the window state.

See Also

CurrentWindowSerializationBehavior Class

CurrentWindowSerializationBehavior Members

DevExpress.Mvvm.UI Namespace