Back to Devexpress

DXSerializer Attached Events

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

latest1.7 KB
Original Source

DXSerializer Attached Events

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

NameDescription
AllowProperty staticAllows you to prevent a property from deserialization.
BeforeLoadLayout staticOccurs before the DXSerializer loads a layout from an XML file/Stream.
CustomGetSerializableChildren staticAllows you to save a layout of a control that does not exist in the application’s visual tree.
CustomGetSerializableProperties staticAllows you to serialize standard/custom controls or custom properties.
DeserializeProperty staticOccurs when the DXSerializer is about to deserialize a property.
LayoutUpgrade staticOccurs when the application’s current layout version is higher than in the serialized storage (XML file/Stream).

See Also

DXSerializer Class

DXSerializer Members

DevExpress.Xpf.Core.Serialization Namespace