Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXSerializer Attached Events

Allows the DevExpress WPF Controls to save/restore their layout.
Name Description
AllowProperty static Allows you to prevent a property from deserialization.
BeforeLoadLayout static Occurs before the DXSerializer loads a layout from an XML file/Stream.
CustomGetSerializableChildren static Allows you to save a layout of a control that does not exist in the application’s visual tree.
CustomGetSerializableProperties static Allows you to serialize standard/custom controls or custom properties.
DeserializeProperty static Occurs when the DXSerializer is about to deserialize a property.
LayoutUpgrade static Occurs when the application’s current layout version is higher than in the serialized storage (XML file/Stream).
See Also