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

DevExpress.Xpf.Core.Serialization Namespace

In This Article

Contains classes that the DevExpress WPF Controls use to save/restore their layouts.

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Classes

Name Description
AllowPropertyEventArgs Provides the AllowProperty event with data.
BeforeLoadLayoutEventArgs Provides the BeforeLoadLayout attached event with data.
CustomGetSerializableChildrenEventArgs Provides the CustomGetSerializableChildren attached event with data.
CustomGetSerializablePropertiesEventArgs Provides CustomGetSerializableProperties attached event with data.
DXOptionsLayout
DXSerializer static Allows the DevExpress WPF Controls to save/restore their layout.

#Delegates

Name Description
AllowPropertyEventHandler A method that handles the AllowProperty event.
BeforeLoadLayoutEventHandler A method that handles the BeforeLoadLayout event.
CustomGetSerializableChildrenEventHandler A method that handles the CustomGetSerializableChildren event.
CustomGetSerializablePropertiesEventHandler A method that handles the CustomGetSerializableProperties event.
LayoutUpgradeEventHandler

#Enums

Name Description
AcceptNestedObjects Lists values that specify the objects that the DXSerializer should serialize/deserialize.
StoreLayoutMode Lists the values that specify properties that the DXSerializer class should save/restore.