DXSerializer Attached Events
Allows the DevExpress WPF Controls to save/restore their layout.Name | Description |
---|---|
Allow |
Allows you to prevent a property from deserialization. |
Before |
Occurs before the DXSerializer loads a layout from an XML file/Stream. |
Custom |
Allows you to save a layout of a control that does not exist in the application’s visual tree. |
Custom |
Allows you to serialize standard/custom controls or custom properties. |
Deserialize |
Occurs when the DXSerializer is about to deserialize a property. |
Layout |
Occurs when the application’s current layout version is higher than in the serialized storage (XML file/Stream). |
See Also