Back to Devexpress

DXSerializer Attached Properties

wpf-devexpress-dot-xpf-dot-core-dot-serialization-dot-dxserializer-dot-underscore-attachedproperties.md

latest1.6 KB
Original Source

DXSerializer Attached Properties

Allows the DevExpress WPF Controls to save/restore their layout.

NameDescription
Enabled staticGets or sets whether the DXSerializer should serialize/deserialize properties of the control to which this property is specified. This is an attached property.
EnableSubtree staticGets or sets whether the DXSerializer should serialize/deserialize properties of the specified control’s children.
LayoutVersion staticGets or sets a version of the application’s layout. This is an attached property.
SerializationID staticGets or sets an element’s unique identifier that the DXSerializer uses to identify the saved/restored elements. This is an attached property.
StoreLayoutMode staticGets or sets properties that should be serialized. This is an attached property.

See Also

DXSerializer Class

DXSerializer Members

DevExpress.Xpf.Core.Serialization Namespace