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