DXSerializer.DeserializeProperty Attached Event
Occurs when the DXSerializer is about to deserialize a property.
Namespace: DevExpress.Xpf.Core.Serialization
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See AddDeserializePropertyHandler(DependencyObject, XtraPropertyInfoEventHandler) and RemoveDeserializePropertyHandler(DependencyObject, XtraPropertyInfoEventHandler).
See Also